aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-01-30 07:32:34 -0500
committerIngo Molnar <mingo@elte.hu>2008-01-30 07:32:34 -0500
commitb6795e65f158d12d3124379fc50ec156ae60f888 (patch)
treeb7afa7ad7027723b9c9ab692be53e931c24f5865 /arch
parentb75f53dba8a4a61fda1ff7e0fb0fe3b0d80e0c64 (diff)
x86: fault_32.c cleanup
We get die() from kdebug.h, no need for forward declaration. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/mm/fault_32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/mm/fault_32.c b/arch/x86/mm/fault_32.c
index bfb0917d699d..870b5610555c 100644
--- a/arch/x86/mm/fault_32.c
+++ b/arch/x86/mm/fault_32.c
@@ -42,8 +42,6 @@
42#define PF_RSVD (1<<3) 42#define PF_RSVD (1<<3)
43#define PF_INSTR (1<<4) 43#define PF_INSTR (1<<4)
44 44
45extern void die(const char *, struct pt_regs *, long);
46
47static inline int notify_page_fault(struct pt_regs *regs) 45static inline int notify_page_fault(struct pt_regs *regs)
48{ 46{
49#ifdef CONFIG_KPROBES 47#ifdef CONFIG_KPROBES