diff options
author | Alexander Graf <agraf@suse.de> | 2010-04-15 18:11:48 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-05-17 05:18:38 -0400 |
commit | 53e5b8bbbd0d0305234b2cfeae400183db98f993 (patch) | |
tree | aab01d2962a4b30666edba8e71191240bdda0c83 /arch/powerpc/kvm/book3s_rmhandlers.S | |
parent | b79fcdf67e9e03773fb032679675d8008d5cc2dc (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.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/book3s_rmhandlers.S b/arch/powerpc/kvm/book3s_rmhandlers.S index 284f0a03891f..8a1c4bdb58b3 100644 --- a/arch/powerpc/kvm/book3s_rmhandlers.S +++ b/arch/powerpc/kvm/book3s_rmhandlers.S | |||
@@ -248,4 +248,4 @@ kvmppc_trampoline_lowmem: | |||
248 | kvmppc_trampoline_enter: | 248 | kvmppc_trampoline_enter: |
249 | .long kvmppc_handler_trampoline_enter - _stext | 249 | .long kvmppc_handler_trampoline_enter - _stext |
250 | 250 | ||
251 | #include "book3s_64_slb.S" | 251 | #include "book3s_segment.S" |