diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-09-27 03:43:39 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-27 03:43:39 -0400 |
commit | c167aeef232c45deaf5c6c9be00a1f71b14962d3 (patch) | |
tree | be63782eaf60726ac94f939488af9324e67c68ff | |
parent | 09a4df5f0c8b7c418821fe591bf0d0f13b206c61 (diff) |
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>
-rw-r--r-- | arch/sh/Kconfig | 5 |
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 | |||
570 | 570 | ||
571 | source "kernel/Kconfig.preempt" | 571 | source "kernel/Kconfig.preempt" |
572 | 572 | ||
573 | config NODES_SHIFT | ||
574 | int | ||
575 | default "1" | ||
576 | depends on NEED_MULTIPLE_NODES | ||
577 | |||
578 | endmenu | 573 | endmenu |
579 | 574 | ||
580 | menu "Boot options" | 575 | menu "Boot options" |