diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-08-19 23:50:22 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-16 10:52:52 -0400 |
commit | 6d50bc26836e16a9589e0b128d527c29e30d722a (patch) | |
tree | 8fd02d634b4cdf618e0328813b33c3a357015547 /include/linux/irq.h | |
parent | e420dfb40c453a9760b86c7f338052bdb4dfa755 (diff) |
x86: use 28 bits irq NR for pci msi/msix and ht
also print out irq no in /proc/interrups and /proc/stat in hex, so could
tell bus/dev/func.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r-- | include/linux/irq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index 788d5a35a580..704136138dc7 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -399,6 +399,7 @@ extern void set_irq_noprobe(unsigned int irq); | |||
399 | extern void set_irq_probe(unsigned int irq); | 399 | extern void set_irq_probe(unsigned int irq); |
400 | 400 | ||
401 | /* Handle dynamic irq creation and destruction */ | 401 | /* Handle dynamic irq creation and destruction */ |
402 | extern unsigned int create_irq_nr(unsigned int irq_want); | ||
402 | extern int create_irq(void); | 403 | extern int create_irq(void); |
403 | extern void destroy_irq(unsigned int irq); | 404 | extern void destroy_irq(unsigned int irq); |
404 | 405 | ||