diff options
Diffstat (limited to 'include/asm-x86/kdebug_64.h')
-rw-r--r-- | include/asm-x86/kdebug_64.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/asm-x86/kdebug_64.h b/include/asm-x86/kdebug_64.h index d7e2bcf49e4f..df413e05375e 100644 --- a/include/asm-x86/kdebug_64.h +++ b/include/asm-x86/kdebug_64.h | |||
@@ -1,13 +1,10 @@ | |||
1 | #ifndef _X86_64_KDEBUG_H | 1 | #ifndef _X86_64_KDEBUG_H |
2 | #define _X86_64_KDEBUG_H 1 | 2 | #define _X86_64_KDEBUG_H 1 |
3 | 3 | ||
4 | #include <linux/notifier.h> | 4 | #include <linux/compiler.h> |
5 | 5 | ||
6 | struct pt_regs; | 6 | struct pt_regs; |
7 | 7 | ||
8 | extern int register_page_fault_notifier(struct notifier_block *); | ||
9 | extern int unregister_page_fault_notifier(struct notifier_block *); | ||
10 | |||
11 | /* Grossly misnamed. */ | 8 | /* Grossly misnamed. */ |
12 | enum die_val { | 9 | enum die_val { |
13 | DIE_OOPS = 1, | 10 | DIE_OOPS = 1, |
@@ -22,7 +19,6 @@ enum die_val { | |||
22 | DIE_GPF, | 19 | DIE_GPF, |
23 | DIE_CALL, | 20 | DIE_CALL, |
24 | DIE_NMI_IPI, | 21 | DIE_NMI_IPI, |
25 | DIE_PAGE_FAULT, | ||
26 | }; | 22 | }; |
27 | 23 | ||
28 | extern void printk_address(unsigned long address); | 24 | extern void printk_address(unsigned long address); |