Skip to content
  • Keith Owens's avatar
    [IA64] MCA/INIT: avoid reading INIT record during INIT event · 289d773e
    Keith Owens authored
    
    
    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: default avatarKeith Owens <kaos@sgi.com>
    Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
    289d773e