-
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: 327107 b: refs/heads/master c: db6b672 h: refs/heads/master i: 327105: dcb86cc 327103: 88dbcc5 v: v3
- Loading branch information
Arnd Bergmann
authored and
Rob Herring
committed
Sep 14, 2012
1 parent
3c58bc5
commit 7b49d05
Showing
3 changed files
with
4 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: 06413f1e31b992b55bfd8a38346243ca80d621cd | ||
refs/heads/master: db6b672f983eff887c8be0fb2ceee1c02d867dea |
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 |
---|---|---|
|
@@ -27,6 +27,7 @@ | |
#include "core.h" | ||
|
||
#include <mach/motherboard.h> | ||
#include <mach/irqs.h> | ||
|
||
#include <plat/clcd.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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
#define IRQ_LOCALTIMER 29 | ||
#define IRQ_LOCALWDOG 30 | ||
|
||
#ifndef CONFIG_SPARSE_IRQ | ||
#define NR_IRQS 256 | ||
#endif |