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

Commit b6795e65 authored by Harvey Harrison's avatar Harvey Harrison Committed by Ingo Molnar
Browse files

x86: fault_32.c cleanup



We get die() from kdebug.h, no need for forward declaration.

Signed-off-by: default avatarHarvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent b75f53db
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -42,8 +42,6 @@
#define PF_RSVD	(1<<3)
#define PF_INSTR	(1<<4)

extern void die(const char *, struct pt_regs *, long);

static inline int notify_page_fault(struct pt_regs *regs)
{
#ifdef CONFIG_KPROBES