projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43c3ab3
)
[PATCH] i386: Remove unneeded externs in nmi.c
author
Andi Kleen
<ak@suse.de>
Wed, 2 May 2007 17:27:11 +0000
(19:27 +0200)
committer
Andi Kleen
<andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:11 +0000
(19:27 +0200)
All were already in some header
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/kernel/nmi.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/i386/kernel/nmi.c
b/arch/i386/kernel/nmi.c
index aef22c881a0d5da802a46098324d9d4fdbef9c4d..2dec1b10573719d9f852d560bff67c265d4e1f30 100644
(file)
--- a/
arch/i386/kernel/nmi.c
+++ b/
arch/i386/kernel/nmi.c
@@
-75,9
+75,6
@@
static DEFINE_PER_CPU(struct nmi_watchdog_ctlblk, nmi_watchdog_ctlblk);
/* local prototypes */
static int unknown_nmi_panic_callback(struct pt_regs *regs, int cpu);
-extern void show_registers(struct pt_regs *regs);
-extern int unknown_nmi_panic;
-
/* converts an msr to an appropriate reservation bit */
static inline unsigned int nmi_perfctr_msr_to_bit(unsigned int msr)
{