-
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: 201452 b: refs/heads/master c: 39ae702 h: refs/heads/master v: v3
- Loading branch information
Rabin Vincent
authored and
Russell King
committed
Jul 27, 2010
1 parent
25530ca
commit fcb6378
Showing
4 changed files
with
34 additions
and
1 deletion.
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: 6055930cba8fdb2c8855b32bae262aaf69c1fdb4 | ||
refs/heads/master: 39ae702cd3b8b9d30693b73ad1a3d74c799b5b1a |
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
23 changes: 23 additions & 0 deletions
23
trunk/arch/arm/mach-ux500/include/mach/irqs-board-mop500.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* | ||
* Copyright (C) ST-Ericsson SA 2010 | ||
* | ||
* Author: Rabin Vincent <rabin.vincent@stericsson.com> | ||
* License terms: GNU General Public License (GPL) version 2 | ||
*/ | ||
|
||
#ifndef __MACH_IRQS_BOARD_MOP500_H | ||
#define __MACH_IRQS_BOARD_MOP500_H | ||
|
||
#define AB8500_NR_IRQS 104 | ||
|
||
#define MOP500_AB8500_IRQ_BASE IRQ_BOARD_START | ||
#define MOP500_AB8500_IRQ_END (MOP500_AB8500_IRQ_BASE \ | ||
+ AB8500_NR_IRQS) | ||
#define MOP500_IRQ_END MOP500_AB8500_IRQ_END | ||
|
||
#if MOP500_IRQ_END > IRQ_BOARD_END | ||
#undef IRQ_BOARD_END | ||
#define IRQ_BOARD_END MOP500_IRQ_END | ||
#endif | ||
|
||
#endif |
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