summaryrefslogtreecommitdiff
path: root/scripts/basic/Makefile
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2012-02-16 18:40:26 +0400
committerAvi Kivity <avi@redhat.com>2012-04-08 13:55:10 +0400
commit8764b46ee3873b685a7823fc79388bae7d19e51e (patch)
tree63ef12fc38bba06a6bb051a5b0919a16d2e03bd4 /scripts/basic/Makefile
parent73ede8d32be6adc298fe3c2716e77c352c504c8c (diff)
downloadlinux-8764b46ee3873b685a7823fc79388bae7d19e51e.tar.xz
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 <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'scripts/basic/Makefile')
0 files changed, 0 insertions, 0 deletions