ARM: proc: add proc info for Cortex-A15MP using classic page tables
authorWill Deacon <will.deacon@arm.com>
Wed, 12 Jan 2011 17:10:45 +0000 (17:10 +0000)
committerWill Deacon <will.deacon@arm.com>
Thu, 7 Jul 2011 18:20:52 +0000 (19:20 +0100)
Multicore implementations of the Cortex-A15 require bit 6 of the
auxiliary control register to be set in order for cache and TLB
maintenance operations to be broadcast between CPUs.

This patch adds a new proc_info structure for Cortex-A15, which enables
the SMP bit during setup and includes the new HWCAP for integer
division.

Signed-off-by: Will Deacon <will.deacon@arm.com>

No differences found