• M
    powerpc/64s: Clear PCR on boot · faf37c44
    Michael Neuling 提交于
    Clear the PCR (Processor Compatibility Register) on boot to ensure we
    are not running in a compatibility mode.
    
    We've seen this cause problems when a crash (and kdump) occurs while
    running compat mode guests. The kdump kernel then runs with the PCR
    set and causes problems. The symptom in the kdump kernel (also seen in
    petitboot after fast-reboot) is early userspace programs taking
    sigills on newer instructions (seen in libc).
    Signed-off-by: NMichael Neuling <mikey@neuling.org>
    Cc: stable@vger.kernel.org
    Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
    faf37c44
cpu_setup_power.S 4.2 KB