diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-24 13:41:31 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-10-31 23:39:52 +0100 |
commit | 1d5b088114c81d2bc1beb63e1652e305389228c8 (patch) | |
tree | 61a91c350db8b3dc28d8d7f5854cafea6776bdfd /arch/mips/Kconfig | |
parent | 1e65eb83a2c249a84e83828b36a9a78b364e5877 (diff) | |
download | blackbird-obmc-linux-1d5b088114c81d2bc1beb63e1652e305389228c8.tar.gz blackbird-obmc-linux-1d5b088114c81d2bc1beb63e1652e305389228c8.zip |
mips: drop unused Kconfig symbols
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 177cdaf83564..2ecf4326c19c 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -820,10 +820,6 @@ config ARCH_HAS_ILOG2_U64 bool default n -config ARCH_SUPPORTS_OPROFILE - bool - default y if !MIPS_MT_SMTC - config GENERIC_HWEIGHT bool default y @@ -2252,16 +2248,6 @@ config HZ source "kernel/Kconfig.preempt" -config MIPS_INSANE_LARGE - bool "Support for large 64-bit configurations" - depends on CPU_R10000 && 64BIT - help - MIPS R10000 does support a 44 bit / 16TB address space as opposed to - previous 64-bit processors which only supported 40 bit / 1TB. If you - need processes of more than 1TB virtual address space, say Y here. - This will result in additional memory usage, so it is not - recommended for normal users. - config KEXEC bool "Kexec system call (EXPERIMENTAL)" depends on EXPERIMENTAL |