diff options
author | Alexander Graf <agraf@suse.de> | 2012-02-16 14:40:26 +0000 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-04-08 12:55:10 +0300 |
commit | 8764b46ee3873b685a7823fc79388bae7d19e51e (patch) | |
tree | 63ef12fc38bba06a6bb051a5b0919a16d2e03bd4 /arch/powerpc/kvm/e500mc.c | |
parent | 73ede8d32be6adc298fe3c2716e77c352c504c8c (diff) |
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 'arch/powerpc/kvm/e500mc.c')
0 files changed, 0 insertions, 0 deletions