aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/io.h
diff options
context:
space:
mode:
authorJosef 'Jeff' Sipek <jsipek@cs.sunysb.edu>2007-02-13 13:26:23 +0100
committerAndi Kleen <andi@basil.nowhere.org>2007-02-13 13:26:23 +0100
commitb0957f1a3a7687bfaf5b0bfe402b50985ea2f06b (patch)
tree70ad886b55e0d9f1cb07c4af99eba1dc85c78474 /include/asm-x86_64/io.h
parent[PATCH] i386: use smp_call_function_single() (diff)
downloadlinux-dev-b0957f1a3a7687bfaf5b0bfe402b50985ea2f06b.tar.xz
linux-dev-b0957f1a3a7687bfaf5b0bfe402b50985ea2f06b.zip
[PATCH] x86-64: Fix preprocessor condition
Old code was legal standard C, but apparently not sparse-C. Signed-off-by: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu> Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'include/asm-x86_64/io.h')
-rw-r--r--include/asm-x86_64/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86_64/io.h b/include/asm-x86_64/io.h
index f5d84bb7c948..de2cd9a2303a 100644
--- a/include/asm-x86_64/io.h
+++ b/include/asm-x86_64/io.h
@@ -100,7 +100,7 @@ __OUTS(l)
#define IO_SPACE_LIMIT 0xffff
-#if defined(__KERNEL__) && __x86_64__
+#if defined(__KERNEL__) && defined(__x86_64__)
#include <linux/vmalloc.h>