Searched hist:"9797 a0e95ead7bfe52260c369ee9fe6ba445afaf" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm/common/ |
H A D | bL_switcher.c | diff 9797a0e95ead7bfe52260c369ee9fe6ba445afaf Wed Nov 21 10:53:27 CST 2012 Nicolas Pitre <nicolas.pitre@linaro.org> ARM: bL_switcher: hot-unplug half of the available CPUs
In a regular kernel configuration, all the CPUs are initially available. But the switcher execution model uses half of them at any time. Instead of hacking the DTB to remove half of the CPUs, let's remove them at run time and make sure we still have a working switcher configuration. This way, the same DTB can be used whether or not the switcher is used.
Signed-off-by: Nicolas Pitre <nico@linaro.org>
|