Commit b0957f1a authored by Josef 'Jeff' Sipek's avatar Josef 'Jeff' Sipek Committed by Andi Kleen

[PATCH] x86-64: Fix preprocessor condition

Old code was legal standard C, but apparently not sparse-C.
Signed-off-by: default avatarJosef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent ad4e680f
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment