KVM: PPC: Add kvm_book3s_32.h
authorAlexander Graf <agraf@suse.de>
Thu, 15 Apr 2010 22:11:38 +0000 (00:11 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:18:23 +0000 (12:18 +0300)
commit8c60b9fb0f9dca8adb0143456245041e7a036c2f
treef9dd2c20404584c056643255b86dd275af236689
parent3ae07890dd40e40fa78270900894fba3bb448439
KVM: PPC: Add kvm_book3s_32.h

In analogy to the 64 bit specific header file, this is the 32 bit
pendant. With this in place we can just always call to_svcpu and
be assured we get the right pointer anywhere.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/include/asm/kvm_book3s_32.h [new file with mode: 0644]