[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>
This commit is contained in:
Josef 'Jeff' Sipek 2007-02-13 13:26:23 +01:00 committed by Andi Kleen
parent ad4e680fb2
commit b0957f1a3a

View file

@ -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>