]> git.baikalelectronics.ru Git - kernel.git/commit
xen/bootup: During bootup suppress XENBUS: Unable to read cpu state
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 1 Feb 2012 21:07:41 +0000 (16:07 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 3 Feb 2012 21:05:30 +0000 (16:05 -0500)
commit700b37dffbaf20dd0b3870e871530f199afe4c23
tree447c7f9a618aac8f6e8eb79dc7fa641c619232f8
parentf4d89710107a34309837ad6fbcea5f9fdfda8452
xen/bootup: During bootup suppress XENBUS: Unable to read cpu state

When the initial domain starts, it prints (depending on the
amount of CPUs) a slew of
XENBUS: Unable to read cpu state
XENBUS: Unable to read cpu state
XENBUS: Unable to read cpu state
XENBUS: Unable to read cpu state

which provide no useful information - as the error is a valid
issue - but not on the initial domain. The reason is that the
XenStore is not accessible at that time (it is after all the
first guest) so the CPU hotplug watch cannot parse "availability/cpu"
attribute.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/cpu_hotplug.c