[PATCH] x86_64: Fix preprocessor condition
- From: "Josef 'Jeff' Sipek" <jsipek@xxxxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 12:11:08 -0500
Signed-off-by: Josef 'Jeff' Sipek <jsipek@xxxxxxxxxxxxx>
---
include/asm-x86_64/io.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-x86_64/io.h b/include/asm-x86_64/io.h
index 6ee9fad..7d0b568 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>
--
1.5.0.rc1.g5355
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] x86_64: Fix preprocessor condition
- From: Andi Kleen
- Re: [PATCH] x86_64: Fix preprocessor condition
- References:
- Linux 2.6.20-rc7
- From: Linus Torvalds
- Linux 2.6.20-rc7
- Prev by Date: Re: Free Linux Driver Development!
- Next by Date: Re: [PATCH 14/23] clocksource: increase initcall priority
- Previous by thread: Re: Linux 2.6.20-rc7
- Next by thread: Re: [PATCH] x86_64: Fix preprocessor condition
- Index(es):