diff options
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/nmi_64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/nmi_64.c b/arch/x86/kernel/nmi_64.c index c3d1476b6a11..53faef632fc6 100644 --- a/arch/x86/kernel/nmi_64.c +++ b/arch/x86/kernel/nmi_64.c | |||
@@ -39,7 +39,7 @@ static cpumask_t backtrace_mask = CPU_MASK_NONE; | |||
39 | * 0: the lapic NMI watchdog is disabled, but can be enabled | 39 | * 0: the lapic NMI watchdog is disabled, but can be enabled |
40 | */ | 40 | */ |
41 | atomic_t nmi_active = ATOMIC_INIT(0); /* oprofile uses this */ | 41 | atomic_t nmi_active = ATOMIC_INIT(0); /* oprofile uses this */ |
42 | int panic_on_timeout; | 42 | static int panic_on_timeout; |
43 | 43 | ||
44 | unsigned int nmi_watchdog = NMI_DEFAULT; | 44 | unsigned int nmi_watchdog = NMI_DEFAULT; |
45 | static unsigned int nmi_hz = HZ; | 45 | static unsigned int nmi_hz = HZ; |
@@ -136,7 +136,7 @@ int __init check_nmi_watchdog (void) | |||
136 | return 0; | 136 | return 0; |
137 | } | 137 | } |
138 | 138 | ||
139 | int __init setup_nmi_watchdog(char *str) | 139 | static int __init setup_nmi_watchdog(char *str) |
140 | { | 140 | { |
141 | int nmi; | 141 | int nmi; |
142 | 142 | ||