Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42291
b: refs/heads/master
c: e34226d
h: refs/heads/master
i:
  42289: 3774902
  42287: 6acafbd
v: v3
  • Loading branch information
Geoff Levand authored and Paul Mackerras committed Dec 4, 2006
1 parent 1350d8d commit ef89621
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 897f112bb42ed9e220ce441e7e52aba3a144a7d6
refs/heads/master: e34226d2cd443a67f46fc531e3a6bc6e03843ce2
4 changes: 4 additions & 0 deletions trunk/include/asm-powerpc/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ struct irq_map_entry {

extern struct irq_map_entry irq_map[NR_IRQS];

static inline irq_hw_number_t virq_to_hw(unsigned int virq)
{
return irq_map[virq].hwirq;
}

/**
* irq_alloc_host - Allocate a new irq_host data structure
Expand Down

0 comments on commit ef89621

Please sign in to comment.