]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: PPC: Use CONFIG_PPC_BOOK3S define
authorAlexander Graf <agraf@suse.de>
Thu, 15 Apr 2010 22:11:42 +0000 (00:11 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:18:29 +0000 (12:18 +0300)
commit54911619e1a8844556cd04750982a7e4ae02d71e
treec6544905f7b67d892596c03ccea38892efbc75a8
parent53ebe103e295abea6479ee9fd0f99f6714612030
KVM: PPC: Use CONFIG_PPC_BOOK3S define

Upstream recently added a new name for PPC64: Book3S_64.

So instead of using CONFIG_PPC64 we should use CONFIG_PPC_BOOK3S consotently.
That makes understanding the code easier (I hope).

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/include/asm/kvm_host.h
arch/powerpc/kernel/asm-offsets.c
arch/powerpc/kvm/Kconfig
arch/powerpc/kvm/emulate.c