[PATCH] i386: Remove unneeded externs in nmi.c
All were already in some header Signed-off-by: Andi Kleen <ak@suse.de>
This commit is contained in:
parent
43c3ab308d
commit
bbba11c35b
|
@ -75,9 +75,6 @@ static DEFINE_PER_CPU(struct nmi_watchdog_ctlblk, nmi_watchdog_ctlblk);
|
||||||
/* local prototypes */
|
/* local prototypes */
|
||||||
static int unknown_nmi_panic_callback(struct pt_regs *regs, int cpu);
|
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 */
|
/* converts an msr to an appropriate reservation bit */
|
||||||
static inline unsigned int nmi_perfctr_msr_to_bit(unsigned int msr)
|
static inline unsigned int nmi_perfctr_msr_to_bit(unsigned int msr)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue