···1818 select BUG1919 select HAVE_PERF_EVENTS2020 select GENERIC_ATOMIC64 if !64BIT2121+ select GENERIC_HARDIRQS_NO__DO_IRQ2122 help2223 The PA-RISC microprocessor is designed by Hewlett-Packard and used2324 in many of their workstations & servers (HP9000 700 and 800 series,···8483config IRQ_PER_CPU8584 bool8685 default y8686+8787+config GENERIC_HARDIRQS_NO__DO_IRQ8888+ def_bool y87898890# unless you want to implement ACPI on PA-RISC ... ;-)8991config PM
-3
arch/parisc/include/asm/irq.h
···3232}33333434struct irq_chip;3535-struct irq_desc;3636-3737-extern void parisc_do_IRQ(unsigned int irq, struct irq_desc *desc);38353936/*4037 * Some useful "we don't have to do anything here" handlers. Should
-4
arch/parisc/kernel/irq.c
···418418419419}420420421421-void parisc_do_IRQ(unsigned int irq, struct irq_desc *desc)422422-{423423- __do_IRQ(irq);424424-}