From: Keith Owens Date: Sun, 11 Sep 2005 07:21:46 +0000 (+1000) Subject: [IA64] MCA/INIT: avoid reading INIT record during INIT event X-Git-Tag: v2.6.14-rc1~111^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=289d773ee89ea80dcc364ef97d1be7ad1817387e;p=pandora-kernel.git [IA64] MCA/INIT: avoid reading INIT record during INIT event Reading the INIT record from SAL during the INIT event has proved to be unreliable, and a source of hangs during INIT processing. The new MCA/INIT handlers remove the need to get the INIT record from SAL. Change salinfo.c so mca.c can just flag that a new record is available, without having to read the record during INIT processing. This patch can be applied without the new MCA/INIT handlers. Also clean up some usage of NR_CPUS which should have been using cpu_online(). Signed-off-by: Keith Owens Signed-off-by: Tony Luck --- Reading git-diff-tree failed