diff options
author | Andi Kleen <ak@suse.de> | 2007-05-02 13:27:11 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2007-05-02 13:27:11 -0400 |
commit | bbba11c35baaad3f70f32e185a2c1d40d7901fe9 (patch) | |
tree | 4c97efda9890db1c6d29ffd0297646f0bd2ded25 | |
parent | 43c3ab308d0e8e6ad9a5fb24020eb59cd423a3db (diff) |
[PATCH] i386: Remove unneeded externs in nmi.c
All were already in some header
Signed-off-by: Andi Kleen <ak@suse.de>
-rw-r--r-- | arch/i386/kernel/nmi.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/i386/kernel/nmi.c b/arch/i386/kernel/nmi.c index aef22c881a0d..2dec1b105737 100644 --- 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); | |||
75 | /* local prototypes */ | 75 | /* local prototypes */ |
76 | static int unknown_nmi_panic_callback(struct pt_regs *regs, int cpu); | 76 | static int unknown_nmi_panic_callback(struct pt_regs *regs, int cpu); |
77 | 77 | ||
78 | extern void show_registers(struct pt_regs *regs); | ||
79 | extern int unknown_nmi_panic; | ||
80 | |||
81 | /* converts an msr to an appropriate reservation bit */ | 78 | /* converts an msr to an appropriate reservation bit */ |
82 | static inline unsigned int nmi_perfctr_msr_to_bit(unsigned int msr) | 79 | static inline unsigned int nmi_perfctr_msr_to_bit(unsigned int msr) |
83 | { | 80 | { |