Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281552
b: refs/heads/master
c: f5ce5e7
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren authored and Olof Johansson committed Dec 8, 2011
1 parent d2f55df commit 6a41f16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 103c43a2c6aaf7fc4932513e2991cdec60411b18
refs/heads/master: f5ce5e7e9cc3f69c3e6a0a4599262f740aff92c0
23 changes: 0 additions & 23 deletions trunk/arch/arm/mach-tegra/include/mach/entry-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <mach/iomap.h>
#include <mach/io.h>

#if defined(CONFIG_ARM_GIC)
#define HAVE_GET_IRQNR_PREAMBLE
#include <asm/hardware/entry-macro-gic.S>

Expand All @@ -32,25 +31,3 @@

.macro arch_ret_to_user, tmp1, tmp2
.endm
#else
/* legacy interrupt controller for AP16 */
.macro disable_fiq
.endm

.macro get_irqnr_preamble, base, tmp
@ enable imprecise aborts
cpsie a
@ EVP base at 0xf010f000
mov \base, #0xf0000000
orr \base, #0x00100000
orr \base, #0x0000f000
.endm

.macro arch_ret_to_user, tmp1, tmp2
.endm

.macro get_irqnr_and_base, irqnr, irqstat, base, tmp
ldr \irqnr, [\base, #0x20] @ EVT_IRQ_STS
cmp \irqnr, #0x80
.endm
#endif

0 comments on commit 6a41f16

Please sign in to comment.