Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218926
b: refs/heads/master
c: 7da1272
h: refs/heads/master
v: v3
  • Loading branch information
Kyle McMartin committed Oct 14, 2010
1 parent 43ca166 commit e8864b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8ed5c00d7c166f505eb2e8ff47748bfa73824130
refs/heads/master: 7da1272547ebe96982a42292dfc833457708f4da
4 changes: 4 additions & 0 deletions trunk/arch/parisc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/parisc/include/asm/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ static __inline__ int irq_canonicalize(int irq)
}

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
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/parisc/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,3 @@ void __init init_IRQ(void)

}

void parisc_do_IRQ(unsigned int irq, struct irq_desc *desc)
{
__do_IRQ(irq);
}

0 comments on commit e8864b3

Please sign in to comment.