[IA64] ia64_wait_for_slaves() incorrectly reports MCA
authorKeith Owens <kaos@sgi.com>
Tue, 11 Apr 2006 04:59:41 +0000 (14:59 +1000)
committerTony Luck <tony.luck@intel.com>
Thu, 13 Apr 2006 21:57:18 +0000 (14:57 -0700)
commit356a5c1c6fdfb8eed6dbb3979d90c7cc7060017a
treeec6a44500c01c902245e10dac7a3dc8a7da8b060
parent907d91d708d9999bec0185d630062576ac4181a7
[IA64] ia64_wait_for_slaves() incorrectly reports MCA

ia64_wait_for_slaves() was changed in 2.6.17-rc1 to report the slave
state.  It incorrectly assumes that all slaves are for MCA, but
ia64_wait_for_slaves() is also called from the INIT monarch handler.
The existing message is very misleading, so correct it.

Signed-off-by: Keith Owens <kaos@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/mca.c