diff options
| author | Randy Dunlap <rdunlap@xenotime.net> | 2006-10-05 13:07:26 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-05 18:55:15 -0400 |
| commit | 4b0ff1a94cba36a35734c84f377e49cacc77f293 (patch) | |
| tree | 2a6e34c531948d1bc9749a31fb6a88e284ecdb1f | |
| parent | e03508b43fd93410c1abda2eeabe021de8461f95 (diff) | |
[PATCH] x86-64: Fix compilation without CONFIG_KALLSYMS
Include linux/kallsyms.h unconditionally for print_symbol().
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
| -rw-r--r-- | arch/x86_64/kernel/traps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/traps.c b/arch/x86_64/kernel/traps.c index 01f2a8d254c2..7819022a8db5 100644 --- a/arch/x86_64/kernel/traps.c +++ b/arch/x86_64/kernel/traps.c | |||
| @@ -23,6 +23,7 @@ | |||
| 23 | #include <linux/delay.h> | 23 | #include <linux/delay.h> |
| 24 | #include <linux/spinlock.h> | 24 | #include <linux/spinlock.h> |
| 25 | #include <linux/interrupt.h> | 25 | #include <linux/interrupt.h> |
| 26 | #include <linux/kallsyms.h> | ||
| 26 | #include <linux/module.h> | 27 | #include <linux/module.h> |
| 27 | #include <linux/moduleparam.h> | 28 | #include <linux/moduleparam.h> |
| 28 | #include <linux/nmi.h> | 29 | #include <linux/nmi.h> |
| @@ -115,7 +116,6 @@ static int call_trace = 1; | |||
| 115 | #endif | 116 | #endif |
| 116 | 117 | ||
| 117 | #ifdef CONFIG_KALLSYMS | 118 | #ifdef CONFIG_KALLSYMS |
| 118 | # include <linux/kallsyms.h> | ||
| 119 | void printk_address(unsigned long address) | 119 | void printk_address(unsigned long address) |
| 120 | { | 120 | { |
| 121 | unsigned long offset = 0, symsize; | 121 | unsigned long offset = 0, symsize; |
