• K
    [IA64] MCA/INIT: avoid reading INIT record during INIT event · 289d773e
    Keith Owens 提交于
    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: NKeith Owens <kaos@sgi.com>
    Signed-off-by: NTony Luck <tony.luck@intel.com>
    289d773e
salinfo.c 17.4 KB