commit | b8349b569aae661dea9d59d7d2ee587ccea3336c | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Fri May 07 18:03:05 2010 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat May 08 10:44:30 2010 +0100 |
tree | 297ce3147521e0658321d61114a045bef4eca1d0 | |
parent | f4d6477f7f073b99220386d62f5bf54bec3482cc [diff] |
ARM: 6112/1: Use the Inner Shareable I-cache and BTB ops on ARMv7 SMP The standard I-cache Invalidate All (ICIALLU) and Branch Predication Invalidate All (BPIALL) operations are not automatically broadcast to the other CPUs in an ARMv7 MP system. The patch adds the Inner Shareable variants, ICIALLUIS and BPIALLIS, if ARMv7 and SMP. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>