Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212228
b: refs/heads/master
c: 032fa36
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 16, 2010
1 parent 7b2cf96 commit 09b5df2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 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: 05d0ca85c91013d5f73c43fb566bde09a9718019
refs/heads/master: 032fa36091a925f555158f4e80f8a09d951cdb10
2 changes: 2 additions & 0 deletions trunk/arch/arm/include/asm/hw_irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ void set_irq_flags(unsigned int irq, unsigned int flags);
#define IRQF_PROBE (1 << 1)
#define IRQF_NOAUTOEN (1 << 2)

#define ARCH_IRQ_INIT_FLAGS (IRQ_NOREQUEST | IRQ_NOPROBE)

#endif
8 changes: 0 additions & 8 deletions trunk/arch/arm/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,6 @@ void set_irq_flags(unsigned int irq, unsigned int iflags)

void __init init_IRQ(void)
{
struct irq_desc *desc;
int irq;

for (irq = 0; irq < nr_irqs; irq++) {
desc = irq_to_desc_alloc_node(irq, 0);
desc->status |= IRQ_NOREQUEST | IRQ_NOPROBE;
}

init_arch_irq();
}

Expand Down

0 comments on commit 09b5df2

Please sign in to comment.