aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-09-27 16:43:39 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-09-27 16:43:39 +0900
commitc167aeef232c45deaf5c6c9be00a1f71b14962d3 (patch)
treebe63782eaf60726ac94f939488af9324e67c68ff /arch/sh
parentsh: processor.h needs smp.h (diff)
downloadlinux-dev-c167aeef232c45deaf5c6c9be00a1f71b14962d3.tar.xz
linux-dev-c167aeef232c45deaf5c6c9be00a1f71b14962d3.zip
sh: Kill off duplicate NODES_SHIFT.
We already set this in arch/sh/mm/Kconfig, don't set a conflicting one in arch/sh/Kconfig too.. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 51bccbc554cf..a8693edd4f43 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -570,11 +570,6 @@ config NR_CPUS
source "kernel/Kconfig.preempt"
-config NODES_SHIFT
- int
- default "1"
- depends on NEED_MULTIPLE_NODES
-
endmenu
menu "Boot options"