diff options
-rw-r--r-- | arch/sparc/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 989bb6415ea..95695e97703 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -50,6 +50,7 @@ config SPARC64 | |||
50 | select RTC_DRV_STARFIRE | 50 | select RTC_DRV_STARFIRE |
51 | select HAVE_PERF_EVENTS | 51 | select HAVE_PERF_EVENTS |
52 | select PERF_USE_VMALLOC | 52 | select PERF_USE_VMALLOC |
53 | select HAVE_GENERIC_HARDIRQS | ||
53 | 54 | ||
54 | config ARCH_DEFCONFIG | 55 | config ARCH_DEFCONFIG |
55 | string | 56 | string |
@@ -272,10 +273,6 @@ config HOTPLUG_CPU | |||
272 | can be controlled through /sys/devices/system/cpu/cpu#. | 273 | can be controlled through /sys/devices/system/cpu/cpu#. |
273 | Say N if you want to disable CPU hotplug. | 274 | Say N if you want to disable CPU hotplug. |
274 | 275 | ||
275 | config GENERIC_HARDIRQS | ||
276 | bool | ||
277 | default y if SPARC64 | ||
278 | |||
279 | source "kernel/time/Kconfig" | 276 | source "kernel/time/Kconfig" |
280 | 277 | ||
281 | if SPARC64 | 278 | if SPARC64 |