From: Alexander Graf Date: Thu, 16 Feb 2012 14:40:26 +0000 (+0000) Subject: KVM: PPC: bookehv: remove negation for CONFIG_64BIT X-Git-Tag: v3.5-rc1~88^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8764b46ee3873b685a7823fc79388bae7d19e51e;p=pandora-kernel.git KVM: PPC: bookehv: remove negation for CONFIG_64BIT Instead if doing #ifndef CONFIG_64BIT ... #else ... #endif we should rather do #ifdef CONFIG_64BIT ... #else ... #endif which is a lot easier to read. Change the bookehv implementation to stick with this rule. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed