From: Alexander Graf Date: Thu, 15 Apr 2010 22:11:41 +0000 (+0200) Subject: KVM: PPC: Use KVM_BOOK3S_HANDLER X-Git-Tag: v2.6.35-rc1~436^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c14dea04a248a59fe01f1b49ac94615042016558;p=pandora-kernel.git KVM: PPC: Use KVM_BOOK3S_HANDLER So far we had a lot of conditional code on CONFIG_KVM_BOOK3S_64_HANDLER. As we're moving towards common code between 32 and 64 bits, most of these ifdefs can be moved to a more generic term define, called CONFIG_KVM_BOOK3S_HANDLER. This patch adds the new generic config option and moves ifdefs over. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed