Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=25613cae00cb66d4cb080c72d53bca0a599e0112
Commit: 25613cae00cb66d4cb080c72d53bca0a599e0112
Parent: ce2b5ec3535fd4cf47d9fceeb4bb118479941eaa
Author: Dan Williams <
dan.j.williams@inte...>
AuthorDate: Tue Mar 6 23:46:36 2007 +0100
Committer: Russell King <rmk+
kernel@arm....>
CommitDate: Thu Mar 8 13:33:57 2007 +0000
[ARM] 4248/1: lh7a40x: fix missing definitions for get_irqnr_preamble
commit f80dff9da07d81da16e3b842118d47b9febf9c01 missed the needed
definitions within the #elif blocks in
include/asm-arm/arch-lh7a40x/entry-macro.S
Signed-off-by: Dan Williams <
dan.j.williams@inte...>
Signed-off-by: Russell King <rmk+
kernel@arm....>
---
include/asm-arm/arch-lh7a40x/entry-macro.S | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/include/asm-arm/arch-lh7a40x/entry-macro.S b/include/asm-arm/arch-lh7a40x/entry-macro.S
index 5027006..ffe3972 100644
--- a/include/asm-arm/arch-lh7a40x/entry-macro.S
+++ b/include/asm-arm/arch-lh7a40x/entry-macro.S
@@ -86,6 +86,12 @@ branch_irq_lh7a400: b 1000f
.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
mov \irqnr, #0
mov \base, #io_p2v(0x80000000) @ APB registers
@@ -105,6 +111,12 @@ branch_irq_lh7a400: b 1000f
.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
mov \irqnr, #0 @ VIC1 irq base
mov \base, #io_p2v(0x80000000) @ APB registers
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to
majordomo@vger...
More majordomo info at
http://vger.kernel.org/majordomo-info.html