]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 7940/1: add support for the Cortex-A12 processor
authorJonathan Austin <Jonathan.Austin@arm.com>
Mon, 13 Jan 2014 11:10:57 +0000 (12:10 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 10 Feb 2014 11:48:00 +0000 (11:48 +0000)
commitf8cc504dc752a3c65684149924ec449d32d57a1a
treec9cf3b1d6bbc4769893a0252c66f3aae3a71a3c6
parent5be6c96b0213ddc8bece5d066b36639b99a8bc26
ARM: 7940/1: add support for the Cortex-A12 processor

The A12 behaves as the A7/A15 does with respect to setting the SMP bit, and
doesn't require TLB ops broadcasting to be explicitly enabled like the A9 does.

Note that as the ACTLR cannot (usually) be written from non-secure, it is the
responsibility of the bootloader/firmware to set this bit per core - it is
done here in Linux as last resort in case of bad firmware.

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Jonathan Austin <jonathan.austin@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/cputype.h
arch/arm/mm/proc-v7.S