]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: aspeed: ast2500 is ARMv6K
authorArnd Bergmann <arnd@arndb.de>
Thu, 29 Aug 2019 13:43:49 +0000 (15:43 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 20 Sep 2019 07:41:41 +0000 (09:41 +0200)
commitdbdf6ae531459c8787a697061de742bf3c150f99
treebf4abfaa0b69108e925baa3ccad464c8ab6cdc68
parent0bb5ce63238eccb0193eb43176ec1ea6a0abdbf9
ARM: aspeed: ast2500 is ARMv6K

Linux supports both the original ARMv6 level (early ARM1136) and ARMv6K
(later ARM1136, ARM1176 and ARM11mpcore).

ast2500 falls into the second categoy, being based on arm1176jzf-s.
This is enabled by default when using ARCH_MULTI_V6, so we should
not 'select CPU_V6'.

Removing this will lead to more efficient use of atomic instructions.

Fixes: eb0c13491c7a ("arm: Add Aspeed machine")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Joel Stanley <joel@jms.id.au>
arch/arm/mach-aspeed/Kconfig