diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-01-19 20:43:56 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-01-21 11:55:34 +0100 |
commit | 373b25c3bff14fd9ed30b6ddba49cbeeb7ccdf88 (patch) | |
tree | e3ccae9af4df4e121c9027b143cfcae209cfd8ec /arch | |
parent | 2fc361bfcfce4fd05eb3d2e3d400dd387a5724c4 (diff) | |
download | linux-3.10-373b25c3bff14fd9ed30b6ddba49cbeeb7ccdf88.tar.gz linux-3.10-373b25c3bff14fd9ed30b6ddba49cbeeb7ccdf88.tar.bz2 linux-3.10-373b25c3bff14fd9ed30b6ddba49cbeeb7ccdf88.zip |
sparc: Use generic irq Kconfig
No functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: "David S. Miller" <davem@davemloft.net>
Diffstat (limited to 'arch')
-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 select RTC_DRV_STARFIRE select HAVE_PERF_EVENTS select PERF_USE_VMALLOC + select HAVE_GENERIC_HARDIRQS config ARCH_DEFCONFIG string @@ -272,10 +273,6 @@ config HOTPLUG_CPU can be controlled through /sys/devices/system/cpu/cpu#. Say N if you want to disable CPU hotplug. -config GENERIC_HARDIRQS - bool - default y if SPARC64 - source "kernel/time/Kconfig" if SPARC64 |