Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] i386: Remove unneeded externs in nmi.c

All were already in some header
Signed-off-by: Andi Kleen <ak@suse.de>

authored by

Andi Kleen and committed by
Andi Kleen
bbba11c3 43c3ab30

-3
-3
arch/i386/kernel/nmi.c
··· 75 75 /* local prototypes */ 76 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 78 /* converts an msr to an appropriate reservation bit */ 82 79 static inline unsigned int nmi_perfctr_msr_to_bit(unsigned int msr) 83 80 {