aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/book3s_rmhandlers.S
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2010-04-16 00:11:48 +0200
committerAvi Kivity <avi@redhat.com>2010-05-17 12:18:38 +0300
commit53e5b8bbbd0d0305234b2cfeae400183db98f993 (patch)
treeaab01d2962a4b30666edba8e71191240bdda0c83 /arch/powerpc/kvm/book3s_rmhandlers.S
parentb79fcdf67e9e03773fb032679675d8008d5cc2dc (diff)
KVM: PPC: Make SLB switching code the new segment framework
We just introduced generic segment switching code that only needs to call small macros to do the actual switching, but keeps most of the entry / exit code generic. So let's move the SLB switching code over to use this new mechanism. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/powerpc/kvm/book3s_rmhandlers.S')
-rw-r--r--arch/powerpc/kvm/book3s_rmhandlers.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/book3s_rmhandlers.S b/arch/powerpc/kvm/book3s_rmhandlers.S
index 284f0a03891..8a1c4bdb58b 100644
--- a/arch/powerpc/kvm/book3s_rmhandlers.S
+++ b/arch/powerpc/kvm/book3s_rmhandlers.S
@@ -248,4 +248,4 @@ kvmppc_trampoline_lowmem:
kvmppc_trampoline_enter:
.long kvmppc_handler_trampoline_enter - _stext
-#include "book3s_64_slb.S"
+#include "book3s_segment.S"