diff options
Diffstat (limited to 'kernel/bounds.c')
-rw-r--r-- | kernel/bounds.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/kernel/bounds.c b/kernel/bounds.c index c3c55544db2f..3c5301381837 100644 --- a/kernel/bounds.c +++ b/kernel/bounds.c | |||
@@ -8,11 +8,7 @@ | |||
8 | /* Include headers that define the enum constants of interest */ | 8 | /* Include headers that define the enum constants of interest */ |
9 | #include <linux/page-flags.h> | 9 | #include <linux/page-flags.h> |
10 | #include <linux/mmzone.h> | 10 | #include <linux/mmzone.h> |
11 | 11 | #include <linux/kbuild.h> | |
12 | #define DEFINE(sym, val) \ | ||
13 | asm volatile("\n->" #sym " %0 " #val : : "i" (val)) | ||
14 | |||
15 | #define BLANK() asm volatile("\n->" : : ) | ||
16 | 12 | ||
17 | void foo(void) | 13 | void foo(void) |
18 | { | 14 | { |