diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-07-15 01:46:33 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-18 00:56:22 -0400 |
commit | 932d06139443ebebcd8d9232941b7216091966d5 (patch) | |
tree | 8352f5d097780ea8e00371ee7a37cff47d1a8347 /arch/sparc64/Kconfig | |
parent | ab772027ca42a06f7e480077182434a2a30a8037 (diff) |
sparc64: Config category "Processor type and features" absent
kernel bugzilla #11059:
sparc64 config menu is missing "Processor type and features",
so add that and move General Setup before Processor menu.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r-- | arch/sparc64/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index fca9246470b1..794d22fdf463 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig | |||
@@ -81,6 +81,10 @@ config GENERIC_HARDIRQS_NO__DO_IRQ | |||
81 | bool | 81 | bool |
82 | def_bool y | 82 | def_bool y |
83 | 83 | ||
84 | source "init/Kconfig" | ||
85 | |||
86 | menu "Processor type and features" | ||
87 | |||
84 | choice | 88 | choice |
85 | prompt "Kernel page size" | 89 | prompt "Kernel page size" |
86 | default SPARC64_PAGE_SIZE_8KB | 90 | default SPARC64_PAGE_SIZE_8KB |
@@ -136,14 +140,10 @@ config HOTPLUG_CPU | |||
136 | can be controlled through /sys/devices/system/cpu/cpu#. | 140 | can be controlled through /sys/devices/system/cpu/cpu#. |
137 | Say N if you want to disable CPU hotplug. | 141 | Say N if you want to disable CPU hotplug. |
138 | 142 | ||
139 | source "init/Kconfig" | ||
140 | |||
141 | config GENERIC_HARDIRQS | 143 | config GENERIC_HARDIRQS |
142 | bool | 144 | bool |
143 | default y | 145 | default y |
144 | 146 | ||
145 | menu "General machine setup" | ||
146 | |||
147 | source "kernel/time/Kconfig" | 147 | source "kernel/time/Kconfig" |
148 | 148 | ||
149 | config SMP | 149 | config SMP |