-
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: 73855 b: refs/heads/master c: 89becf5 h: refs/heads/master i: 73853: 4c7c1c3 73851: 715d7f1 73847: 3d4237f 73839: 40540d5 73823: b82b04c 73791: a1b6deb 73727: 03c81e4 v: v3
- Loading branch information
Yoichi Yuasa
authored and
Ralf Baechle
committed
Nov 15, 2007
1 parent
ea1bb1f
commit f80fbff
Showing
5 changed files
with
45 additions
and
29 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: fcee3faf8339bb65660c9a22123f71aa0cc30514 | ||
refs/heads/master: 89becf5c0d9019f4f9300840f08a98ee33d57d37 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#ifndef _ASM_MACH_LASAT_IRQ_H | ||
#define _ASM_MACH_LASAT_IRQ_H | ||
|
||
#define LASAT_CASCADE_IRQ (MIPS_CPU_IRQ_BASE + 0) | ||
|
||
#define LASAT_IRQ_BASE 8 | ||
#define LASAT_IRQ_END 23 | ||
|
||
#define NR_IRQS 24 | ||
|
||
#include_next <irq.h> | ||
|
||
#endif /* _ASM_MACH_LASAT_IRQ_H */ |