projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04fbf6a
)
ARM: OMAP: Add missing get_irqnr_preamble and arch_ret_to_user for omap2
author
Tony Lindgren
<tony@atomide.com>
Thu, 1 Mar 2007 12:46:43 +0000
(
04:46
-0800)
committer
Tony Lindgren
<tony@atomide.com>
Fri, 2 Mar 2007 09:47:13 +0000
(
01:47
-0800)
Only entries for omap1 were added earlier.
Signed-off-by: Tony Lindgren <tony@atomide.com>
include/asm-arm/arch-omap/entry-macro.S
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-arm/arch-omap/entry-macro.S
b/include/asm-arm/arch-omap/entry-macro.S
index c90dff4828f730f9bc8d8b2a1760e716f46ea75c..f6967c8df32336c6d780005e6ff3251dcb6e79ea 100644
(file)
--- a/
include/asm-arm/arch-omap/entry-macro.S
+++ b/
include/asm-arm/arch-omap/entry-macro.S
@@
-61,6
+61,12
@@
.macro disable_fiq
.endm
+ .macro get_irqnr_preamble, base, tmp
+ .endm
+
+ .macro arch_ret_to_user, tmp1, tmp2
+ .endm
+
.macro get_irqnr_and_base, irqnr, irqstat, base, tmp
ldr \base, =VA_IC_BASE
ldr \irqnr, [\base, #0x98] /* IRQ pending reg 1 */