aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/hw_nmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/apic/hw_nmi.c')
-rw-r--r--arch/x86/kernel/apic/hw_nmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/hw_nmi.c b/arch/x86/kernel/apic/hw_nmi.c
index e8b78a0be5d..79425f96fce 100644
--- a/arch/x86/kernel/apic/hw_nmi.c
+++ b/arch/x86/kernel/apic/hw_nmi.c
@@ -89,7 +89,7 @@ int hw_nmi_is_cpu_stuck(struct pt_regs *regs)
89 89
90u64 hw_nmi_get_sample_period(void) 90u64 hw_nmi_get_sample_period(void)
91{ 91{
92 return cpu_khz * 1000; 92 return (u64)(cpu_khz) * 1000 * 60;
93} 93}
94 94
95#ifdef ARCH_HAS_NMI_WATCHDOG 95#ifdef ARCH_HAS_NMI_WATCHDOG