search for: schedulers_start

Displaying 1 result from an estimated 1 matches for "schedulers_start".

2005 Mar 31
0
[patch] non-SMP build fix
With CONFIG_SMP undefined, this patch is needed to fix these errors: schedule.c: In function `schedulers_start'': schedule.c:559: warning: statement with no effect schedule.c:562: warning: statement with no effect Non-SMP build still doesn''t work on x86 because touch_nmi_watchdog is declared in asm/apic.h, and there is no policy of including the headers you use. I would suggest moving the...