Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243220
b: refs/heads/master
c: 33b054b
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 28, 2011
1 parent 21580fa commit ce0f257
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 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: 6829310548a76d343205029bb41c14e75bf6a7fb
refs/heads/master: 33b054b867b84015173a38d9cd9ff513b6498818
3 changes: 0 additions & 3 deletions trunk/include/linux/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,6 @@ static inline void irq_move_masked_irq(struct irq_data *data) { }

extern int no_irq_affinity;

/* Handle irq action chains: */
extern irqreturn_t handle_IRQ_event(unsigned int irq, struct irqaction *action);

/*
* Built-in IRQ handlers for various IRQ types,
* callable via desc->handle_irq()
Expand Down
12 changes: 0 additions & 12 deletions trunk/kernel/irq/handle.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,3 @@ irqreturn_t handle_irq_event(struct irq_desc *desc)
irq_compat_clr_progress(desc);
return ret;
}

/**
* handle_IRQ_event - irq action chain handler
* @irq: the interrupt number
* @action: the interrupt action chain for this irq
*
* Handles the action chain of an irq event
*/
irqreturn_t handle_IRQ_event(unsigned int irq, struct irqaction *action)
{
return handle_irq_event_percpu(irq_to_desc(irq), action);
}

0 comments on commit ce0f257

Please sign in to comment.