From: Alexander Graf Date: Thu, 15 Apr 2010 22:11:53 +0000 (+0200) Subject: KVM: PPC: Add Book3S compatibility code X-Git-Tag: v2.6.35-rc1~436^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07b0907db19d28dc74e7927d565655690b96daf7;p=pandora-kernel.git KVM: PPC: Add Book3S compatibility code Some code we had so far required defines and had code that was completely Book3S_64 specific. Since we now opened book3s.c to Book3S_32 too, we need to take care of these pieces. So let's add some minor code where it makes sense to not go the Book3S_64 code paths and add compat defines on others. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed