summaryrefslogtreecommitdiffstats
path: root/scripts/headers.sh
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2012-02-16 14:40:26 +0000
committerAvi Kivity <avi@redhat.com>2012-04-08 12:55:10 +0300
commit8764b46ee3873b685a7823fc79388bae7d19e51e (patch)
tree63ef12fc38bba06a6bb051a5b0919a16d2e03bd4 /scripts/headers.sh
parent73ede8d32be6adc298fe3c2716e77c352c504c8c (diff)
downloadlinux-8764b46ee3873b685a7823fc79388bae7d19e51e.tar.gz
linux-8764b46ee3873b685a7823fc79388bae7d19e51e.tar.bz2
linux-8764b46ee3873b685a7823fc79388bae7d19e51e.zip
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/headers.sh')
0 files changed, 0 insertions, 0 deletions