diff options
author | Rabin Vincent <rabin@rab.in> | 2015-02-19 17:35:28 +0100 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2015-03-25 10:55:10 +0100 |
commit | 47a8f6fb349c977ff752f979b159aef96a0bb352 (patch) | |
tree | 53c52b00d97eb5b0e284b67d66f09ed7ab9a5744 /arch/cris/Kconfig | |
parent | 06aca92424c2a53a9e26cb81c1d6a829af9491b8 (diff) | |
download | linux-47a8f6fb349c977ff752f979b159aef96a0bb352.tar.bz2 |
CRIS: remove SMP code
The CRIS SMP code cannot be built since there is no (and appears to
never have been) a CONFIG_SMP Kconfig option in arch/cris/. Remove it.
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r-- | arch/cris/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 23fb82f3715e..97d3936ffe92 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig @@ -46,7 +46,6 @@ config CRIS select ARCH_WANT_IPC_PARSE_VERSION select GENERIC_IRQ_SHOW select GENERIC_IOMAP - select GENERIC_SMP_IDLE_THREAD if ETRAX_ARCH_V32 select GENERIC_CMOS_UPDATE select MODULES_USE_ELF_RELA select CLONE_BACKWARDS2 |