|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [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 declaration to an arch-neutral
header.
--
Hollis Blanchard
IBM Linux Technology Center
xen-smp_call_function.diff
Description: Text Data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [patch] non-SMP build fix,
Hollis Blanchard <=
|
|
|
|
|