-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 227240 b: refs/heads/master c: 052ff46 h: refs/heads/master v: v3
- Loading branch information
Heiko Carstens
authored and
Martin Schwidefsky
committed
Jan 5, 2011
1 parent
c9da1a2
commit 3ed32b5
Showing
12 changed files
with
57 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 545b288dcbdea58a2ce2afba5f6a8302d31ac459 | ||
refs/heads/master: 052ff461c8427629aee887ccc27478fc7373237c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
#ifndef _ASM_IRQ_H | ||
#define _ASM_IRQ_H | ||
|
||
#ifdef __KERNEL__ | ||
#include <linux/hardirq.h> | ||
|
||
/* | ||
* the definition of irqs has changed in 2.5.46: | ||
* NR_IRQS is no longer the number of i/o | ||
* interrupts (65536), but rather the number | ||
* of interrupt classes (2). | ||
* Only external and i/o interrupts make much sense here (CH). | ||
*/ | ||
|
||
enum interruption_class { | ||
EXTERNAL_INTERRUPT, | ||
IO_INTERRUPT, | ||
|
||
EXTINT_CLK, | ||
EXTINT_IPI, | ||
EXTINT_TMR, | ||
EXTINT_TLA, | ||
EXTINT_PFL, | ||
EXTINT_DSD, | ||
EXTINT_VRT, | ||
EXTINT_SCP, | ||
EXTINT_IUC, | ||
NMI_NMI, | ||
NR_IRQS, | ||
}; | ||
|
||
#endif /* __KERNEL__ */ | ||
#endif | ||
#endif /* _ASM_IRQ_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters