Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>