KVM: PPC: Name generic 64-bit code generic
authorAlexander Graf <agraf@suse.de>
Thu, 15 Apr 2010 22:11:32 +0000 (00:11 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:18:14 +0000 (12:18 +0300)
commit2191d657c9eaa4c444c33e014199ed9de1ac339d
tree091ac64b7ed2962ad9482660a58efa3532d4dcb7
parent77a1a715707d0f60ce0cfbe44070527a0a561f01
KVM: PPC: Name generic 64-bit code generic

We have quite some code that can be used by Book3S_32 and Book3S_64 alike,
so let's call it "Book3S" instead of "Book3S_64", so we can later on
use it from the 32 bit port too.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/include/asm/kvm_book3s.h
arch/powerpc/include/asm/kvm_book3s_asm.h [moved from arch/powerpc/include/asm/kvm_book3s_64_asm.h with 100% similarity]
arch/powerpc/include/asm/paca.h
arch/powerpc/kernel/head_64.S
arch/powerpc/kvm/Makefile
arch/powerpc/kvm/book3s_emulate.c [moved from arch/powerpc/kvm/book3s_64_emulate.c with 100% similarity]
arch/powerpc/kvm/book3s_exports.c [moved from arch/powerpc/kvm/book3s_64_exports.c with 100% similarity]
arch/powerpc/kvm/book3s_interrupts.S [moved from arch/powerpc/kvm/book3s_64_interrupts.S with 99% similarity]
arch/powerpc/kvm/book3s_rmhandlers.S [moved from arch/powerpc/kvm/book3s_64_rmhandlers.S with 99% similarity]