From: Thomas Gleixner Date: Wed, 19 Jan 2011 19:38:30 +0000 (+0100) Subject: parisc: Use generic irq Kconfig X-Git-Tag: accepted/tizen/common/20141203.182822~8785^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72e73af1f6546ba08d9314ac0e99dcdb06b7d486;p=platform%2Fkernel%2Flinux-arm64.git parisc: Use generic irq Kconfig No functional change. Signed-off-by: Thomas Gleixner Cc: Kyle McMartin Acked-by: James Bottomley --- diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 4b94ac4..fed2946 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -12,6 +12,10 @@ config PARISC select HAVE_IRQ_WORK select HAVE_PERF_EVENTS select GENERIC_ATOMIC64 if !64BIT + select HAVE_GENERIC_HARDIRQS + select GENERIC_IRQ_PROBE + select IRQ_PER_CPU + help The PA-RISC microprocessor is designed by Hewlett-Packard and used in many of their workstations & servers (HP9000 700 and 800 series, @@ -65,19 +69,9 @@ config TIME_LOW_RES depends on SMP default y -config GENERIC_HARDIRQS - def_bool y - -config GENERIC_IRQ_PROBE - def_bool y - config HAVE_LATENCYTOP_SUPPORT def_bool y -config IRQ_PER_CPU - bool - default y - # unless you want to implement ACPI on PA-RISC ... ;-) config PM bool