diff options
author | Kyle McMartin <kyle@dreadnought.i.jkkm.org> | 2010-10-14 01:02:23 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@dreadnought.i.jkkm.org> | 2010-10-14 01:30:54 -0400 |
commit | 7da1272547ebe96982a42292dfc833457708f4da (patch) | |
tree | 567eca4704e7077924ffdafdb306bc961e9bf553 /arch/parisc/Kconfig | |
parent | 8ed5c00d7c166f505eb2e8ff47748bfa73824130 (diff) | |
download | linux-3.10-7da1272547ebe96982a42292dfc833457708f4da.tar.gz linux-3.10-7da1272547ebe96982a42292dfc833457708f4da.tar.bz2 linux-3.10-7da1272547ebe96982a42292dfc833457708f4da.zip |
parisc: kill __do_IRQ
Signed-off-by: Kyle McMartin <kyle@redhat.com>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 907417d187e..2cb6401fc8a 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -18,6 +18,7 @@ config PARISC select BUG select HAVE_PERF_EVENTS select GENERIC_ATOMIC64 if !64BIT + select GENERIC_HARDIRQS_NO__DO_IRQ help The PA-RISC microprocessor is designed by Hewlett-Packard and used in many of their workstations & servers (HP9000 700 and 800 series, @@ -84,6 +85,9 @@ config IRQ_PER_CPU bool default y +config GENERIC_HARDIRQS_NO__DO_IRQ + def_bool y + # unless you want to implement ACPI on PA-RISC ... ;-) config PM bool |