commit | 4330eb95d718dc3b8178a50516ad6c370bcca3fa | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Thu Feb 16 01:20:21 2017 +0000 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Wed Apr 05 15:03:17 2017 +0530 |
tree | 3fedd00444ea4d6e9d0195c5fb5826a290056f35 | |
parent | 9d095c3844f61fc3d1b819a8003e94b65691fa4c [diff] |
sunxi: simplify ACTLR.SMP bit set #ifdef Instead of enumerating all SoC families that need that bit set, let's just express this more clearly: The SMP bits needs to be set on SMP capable ARMv7 CPUs. It's much easier in Kconfig to express it the other way round, so we use ! CPU_IS_UP and ! ARM64. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>