* [PATCH] x86: fault_32.c cleanup
@ 2008-01-02 12:44 Harvey Harrison
2008-01-02 12:48 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Harvey Harrison @ 2008-01-02 12:44 UTC (permalink / raw)
To: Ingo Molnar; +Cc: H. Peter Anvin, LKML, Thomas Gleixner
We get die() from kdebug.h, no need for forward declaration.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
arch/x86/mm/fault_32.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/x86/mm/fault_32.c b/arch/x86/mm/fault_32.c
index bfb0917..870b561 100644
--- a/arch/x86/mm/fault_32.c
+++ b/arch/x86/mm/fault_32.c
@@ -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
--
1.5.4.rc2.1097.gb6e0d
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] x86: fault_32.c cleanup
2008-01-02 12:44 [PATCH] x86: fault_32.c cleanup Harvey Harrison
@ 2008-01-02 12:48 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-01-02 12:48 UTC (permalink / raw)
To: Harvey Harrison; +Cc: H. Peter Anvin, LKML, Thomas Gleixner
* Harvey Harrison <harvey.harrison@gmail.com> wrote:
> We get die() from kdebug.h, no need for forward declaration.
thanks, applied.
Ingo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-02 12:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-02 12:44 [PATCH] x86: fault_32.c cleanup Harvey Harrison
2008-01-02 12:48 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox