aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/Kconfig
diff options
context:
space:
mode:
authorKyle McMartin <kyle@dreadnought.i.jkkm.org>2010-10-14 01:02:23 -0400
committerKyle McMartin <kyle@dreadnought.i.jkkm.org>2010-10-14 01:30:54 -0400
commit7da1272547ebe96982a42292dfc833457708f4da (patch)
tree567eca4704e7077924ffdafdb306bc961e9bf553 /arch/parisc/Kconfig
parent8ed5c00d7c166f505eb2e8ff47748bfa73824130 (diff)
parisc: kill __do_IRQ
Signed-off-by: Kyle McMartin <kyle@redhat.com>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r--arch/parisc/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index 907417d187e1..2cb6401fc8a2 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -18,6 +18,7 @@ config PARISC
18 select BUG 18 select BUG
19 select HAVE_PERF_EVENTS 19 select HAVE_PERF_EVENTS
20 select GENERIC_ATOMIC64 if !64BIT 20 select GENERIC_ATOMIC64 if !64BIT
21 select GENERIC_HARDIRQS_NO__DO_IRQ
21 help 22 help
22 The PA-RISC microprocessor is designed by Hewlett-Packard and used 23 The PA-RISC microprocessor is designed by Hewlett-Packard and used
23 in many of their workstations & servers (HP9000 700 and 800 series, 24 in many of their workstations & servers (HP9000 700 and 800 series,
@@ -84,6 +85,9 @@ config IRQ_PER_CPU
84 bool 85 bool
85 default y 86 default y
86 87
88config GENERIC_HARDIRQS_NO__DO_IRQ
89 def_bool y
90
87# unless you want to implement ACPI on PA-RISC ... ;-) 91# unless you want to implement ACPI on PA-RISC ... ;-)
88config PM 92config PM
89 bool 93 bool