commit | 3f1268dda8e47f808f4f50f24715b84d4b228bf3 | [log] [tgz] |
---|---|---|
author | Greg Kurz <groug@kaod.org> | Wed Mar 18 18:43:36 2020 +0100 |
committer | Paul Mackerras <paulus@ozlabs.org> | Thu Mar 19 16:39:52 2020 +1100 |
tree | 827a74afda6a70bcf6bd5032f5486d6711bc783f | |
parent | b2fa4f9088db497fb1b4c6b71e64045b3597ed1f [diff] |
KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVM This is only relevant to PR KVM. Make it obvious by moving the function declaration to the Book3s header and rename it with a _pr suffix. Signed-off-by: Greg Kurz <groug@kaod.org> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>