arm64: Add big.LITTLE switcher stub
authorMark Brown <broonie@linaro.org>
Fri, 9 May 2014 16:24:17 +0000 (17:24 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 27 May 2014 16:14:37 +0000 (17:14 +0100)
commit1eb3e5188edfffca2e5ed9e28e77e4ea4036ea45
treeea7a6fdef59ec37d8b1548bd677a55a39e41bf8c
parent4c9563dfc768f176de0c9cdf398ec8a108f374d0
arm64: Add big.LITTLE switcher stub

The big.LITTLE cpufreq driver is useful on arm64 big.LITTLE systems even
without IKS support since it implements support for clusters with shared
clocks (a common big.LITTLE configuration). In order to allow it to be
built provide the non-IKS stubs for arm64, enabling cpufreq with all the
cores available.

It may make sense to make an asm-generic version of these stubs instead but
given that there's only likely to be these two architectures using the code
and asm-generic stubs also need per architecture updates it's probably more
trouble than it's worth.

Signed-off-by: Mark Brown <broonie@linaro.org>
arch/arm64/include/asm/bL_switcher.h [new file with mode: 0644]