commit | 6acc71ccac7187fc0ef85f10bd09c2058f21fab5 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Mon Feb 20 18:34:48 2017 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Fri Apr 07 11:22:09 2017 +0100 |
tree | fa55e6e16bdd8b41537ba1d27abefb2c1b2a96ee | |
parent | 8c64621bf9501902a3086a5e38135344b3161128 [diff] |
arm64: arch_timer: Allows a CPU-specific erratum to only affect a subset of CPUs Instead of applying a CPU-specific workaround to all CPUs in the system, allow it to only affect a subset of them (typical big-little case). This is done by turning the erratum pointer into a per-CPU variable. Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>