commit | 1544698816a32284947322d0f0fe1478a9b65ad3 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Aug 30 16:22:23 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 07 08:48:54 2016 -0400 |
tree | 603f550029a8674ff2b03b226edcc7979cdc44d4 | |
parent | 217f92bb79ea43df4d0fe47e31c28c01c721ad87 [diff] |
ARM: armv7: move ARMV7_PSCI_NR_CPUS to Kconfig Move this option to Kconfig and set its default value to 4; this increases the number of supported CPUs for some boards. It consumes 1KB memory per CPU for PSCI stack, but it should not be a big deal, given the amount of memory used for the modern OSes. Reviewed-by: Alexander Graf <agraf@suse.de> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>