-
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.
- Loading branch information
Magnus Damm
authored and
Paul Mundt
committed
Jan 7, 2011
1 parent
a07b355
commit 9b4bfa2
Showing
5 changed files
with
24 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: 863b171952dba1a3ce9d345cfe4e93c9fdd42f49 | ||
refs/heads/master: e74a9625f8dcf1a924345b24cec8476c52593df8 |
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,20 @@ | ||
/* | ||
* ARM Interrupt demux handler using GIC | ||
* | ||
* Copyright (C) 2010 Magnus Damm | ||
* Copyright (C) 2010 Renesas Solutions Corp. | ||
* | ||
* This file is licensed under the terms of the GNU General Public | ||
* License version 2. This program is licensed "as is" without any | ||
* warranty of any kind, whether express or implied. | ||
*/ | ||
|
||
#include <asm/entry-macro-multi.S> | ||
#include <asm/hardware/gic.h> | ||
#include <asm/hardware/entry-macro-gic.S> | ||
|
||
.macro get_irqnr_preamble, base, tmp | ||
ldr \base, =(0xf0000100) | ||
.endm | ||
|
||
arch_irq_handler shmobile_handle_irq_gic |
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