Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75b9f5d2 authored by mingo@elte.hu's avatar mingo@elte.hu Committed by Thomas Gleixner
Browse files

x86, nmi: fix build



fix:

arch/x86/kernel/built-in.o: In function `proc_nmi_enabled':
: undefined reference to `nmi_watchdog_default'
arch/x86/kernel/built-in.o: In function `native_smp_prepare_cpus':
: undefined reference to `nmi_watchdog_default'

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 1a1b1d13
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -88,7 +88,6 @@ static inline unsigned int get_timer_irqs(int cpu)
#endif
#endif
}
}


#ifdef CONFIG_X86_64
/* Run after command line and cpu_init init, but before all other checks */
/* Run after command line and cpu_init init, but before all other checks */
void nmi_watchdog_default(void)
void nmi_watchdog_default(void)
{
{
@@ -96,7 +95,6 @@ void nmi_watchdog_default(void)
		return;
		return;
	nmi_watchdog = NMI_NONE;
	nmi_watchdog = NMI_NONE;
}
}
#endif


#ifdef CONFIG_SMP
#ifdef CONFIG_SMP
/*
/*