|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH][Linux] Fix access to xenstore hangs afterhotremo
Using __cpuinitdata (or __cpuinit) in #ifdef CONFIG_HOTPLUG_CPU sections
is pointless. Either remove the #ifdef-s (and mark evtchn_cpu_notify()
__cpuinit) or remove the __cpuinitdata. I think the former is the preferred
upstream approach.
Jan
>>> Kouya Shimura <kouya@xxxxxxxxxxxxxx> 27.11.07 05:24 >>>
Hi,
CPU hotplug doesn't support user-space event channels.
$ echo 0 > /sys/devices/system/cpu/cpu1/online
$ xenstore-ls
... hangs up ...
Attached patch fixes it.
Thanks,
Kouya
Signed-off-by: Kouya Shimura <kouya@xxxxxxxxxxxxxx>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|