ARM: gic: fix restore order of distributor registers in gic_cpu_restore()
Similar to gic_dist_restore(), the GIC config, priority and enable registers should be restored in that order. Fix this in gic_cpu_restore() which currently restores the enable registers before the configuration registers. Change-Id: Ib75640849bef81aa87a3b110fe1bd7ea4371d659 Signed-off-by:Osvaldo Banuelos <osvaldob@codeaurora.org> [abhimany: replace this_cpu_ptr with raw_cpu_ptr] Signed-off-by:
Abhimanyu Kapur <abhimany@codeaurora.org>
Loading
Please register or sign in to comment