From 56b6b4fa5cc79624224d8c230880f8f523bf39b5 Mon Sep 17 00:00:00 2001 From: Daniel Walker Date: Wed, 27 Oct 2010 15:25:59 -0700 Subject: [PATCH] --- yaml --- r: 221005 b: refs/heads/master c: bcd72c3e0aff4b68d648d37ece423f2ccaf95337 h: refs/heads/master i: 221003: 4977265d8aefb207e66df96b784346dc64e5fc27 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-msm/include/mach/debug-macro.S | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index cff18fe29668..9ac9560a7dc2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6f9419619ef6de9d7781c1a312cf6099e5b44789 +refs/heads/master: bcd72c3e0aff4b68d648d37ece423f2ccaf95337 diff --git a/trunk/arch/arm/mach-msm/include/mach/debug-macro.S b/trunk/arch/arm/mach-msm/include/mach/debug-macro.S index fbd5d90dcc8c..f792e01d2c8e 100644 --- a/trunk/arch/arm/mach-msm/include/mach/debug-macro.S +++ b/trunk/arch/arm/mach-msm/include/mach/debug-macro.S @@ -36,7 +36,18 @@ tst \rd, #0x04 beq 1001b .endm +#else + .macro addruart, rp, rv + mov \rv, #0xff000000 + orr \rv, \rv, #0x00f00000 + .endm - .macro busyuart,rd,rx + .macro senduart,rd,rx + .endm + + .macro waituart,rd,rx .endm #endif + + .macro busyuart,rd,rx + .endm