@@ -18,6 +18,7 @@ config PARISC
|
|||||||
select BUG
|
select BUG
|
||||||
select HAVE_PERF_EVENTS
|
select HAVE_PERF_EVENTS
|
||||||
select GENERIC_ATOMIC64 if !64BIT
|
select GENERIC_ATOMIC64 if !64BIT
|
||||||
|
select GENERIC_HARDIRQS_NO__DO_IRQ
|
||||||
help
|
help
|
||||||
The PA-RISC microprocessor is designed by Hewlett-Packard and used
|
The PA-RISC microprocessor is designed by Hewlett-Packard and used
|
||||||
in many of their workstations & servers (HP9000 700 and 800 series,
|
in many of their workstations & servers (HP9000 700 and 800 series,
|
||||||
@@ -84,6 +85,9 @@ config IRQ_PER_CPU
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config GENERIC_HARDIRQS_NO__DO_IRQ
|
||||||
|
def_bool y
|
||||||
|
|
||||||
# unless you want to implement ACPI on PA-RISC ... ;-)
|
# unless you want to implement ACPI on PA-RISC ... ;-)
|
||||||
config PM
|
config PM
|
||||||
bool
|
bool
|
||||||
|
@@ -32,9 +32,6 @@ static __inline__ int irq_canonicalize(int irq)
|
|||||||
}
|
}
|
||||||
|
|
||||||
struct irq_chip;
|
struct irq_chip;
|
||||||
struct irq_desc;
|
|
||||||
|
|
||||||
extern void parisc_do_IRQ(unsigned int irq, struct irq_desc *desc);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Some useful "we don't have to do anything here" handlers. Should
|
* Some useful "we don't have to do anything here" handlers. Should
|
||||||
|
@@ -418,7 +418,3 @@ void __init init_IRQ(void)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void parisc_do_IRQ(unsigned int irq, struct irq_desc *desc)
|
|
||||||
{
|
|
||||||
__do_IRQ(irq);
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user