• S
    [POWERPC] Implement arch disable/enable irq hooks. · 7ac5dde9
    Scott Wood 提交于
    These hooks ensure that a decrementer interrupt is not pending when
    suspending; otherwise, problems may occur on 6xx/7xx/7xxx-based
    systems (except for powermacs, which use a separate suspend path).
    For example, with deep sleep on the 831x, a pending decrementer will
    cause a system freeze because the SoC thinks the decrementer interrupt
    would have woken the system, but the core must have interrupts
    disabled due to the setup required for deep sleep.
    
    Changed via-pmu.c to use the new ppc_md hooks, and made the arch_*
    functions call the generic_* functions unconditionally.  -- paulus
    Signed-off-by: NScott Wood <scottwood@freescale.com>
    Signed-off-by: NPaul Mackerras <paulus@samba.org>
    7ac5dde9
via-pmu.c 60.2 KB