diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2012-04-12 09:04:28 +0200 |
---|---|---|
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | 2013-08-05 06:13:00 +0200 |
commit | b22537c682671de97c932d5addb6b7d087352aa1 (patch) | |
tree | b45150a7499e9462481973cc1b84c8eb71f71bc8 /arch/arm/common/Makefile | |
parent | ARM: bL_switcher: filter CPU hotplug requests when the switcher is active (diff) | |
download | linux-b22537c682671de97c932d5addb6b7d087352aa1.tar.xz linux-b22537c682671de97c932d5addb6b7d087352aa1.zip |
ARM: bL_switcher: add a simple /dev user interface for debugging purposes
Only the basic call to aid debugging.
*** NOT FOR PRODUCTION ***
Usage:
echo <cpuid>,<clusterid> > /dev/b.L_switcher
where <cpuid> is the logical CPU number, and <clusterid> is 0 for the
first cluster and 1 for the second cluster.
Signed-off-by: nicolas Pitre <nico@linaro.org>
Diffstat (limited to 'arch/arm/common/Makefile')
-rw-r--r-- | arch/arm/common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/common/Makefile b/arch/arm/common/Makefile index 2586240d5a45..5c8584c4944d 100644 --- a/arch/arm/common/Makefile +++ b/arch/arm/common/Makefile @@ -18,3 +18,4 @@ AFLAGS_mcpm_head.o := -march=armv7-a AFLAGS_vlock.o := -march=armv7-a obj-$(CONFIG_TI_PRIV_EDMA) += edma.o obj-$(CONFIG_BL_SWITCHER) += bL_switcher.o +obj-$(CONFIG_BL_SWITCHER_DUMMY_IF) += bL_switcher_dummy_if.o |