From 8903f9167dc27903481fa9e396e730f0d6b30829 Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Mon, 15 Mar 2010 23:08:03 +0000 Subject: [PATCH] --- yaml --- r: 188385 b: refs/heads/master c: 0e17226f7cd289504724466f4298abc9bdfca3fe h: refs/heads/master i: 188383: 3a50c83b9a2d67373f7c8568fffa85e2965a1f4e v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c64xx/include/mach/debug-macro.S | 2 +- trunk/arch/arm/mach-s5p6440/include/mach/debug-macro.S | 2 +- trunk/arch/arm/mach-s5p6442/include/mach/debug-macro.S | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 4b111919c083..15dd20db5066 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 65e543f12cb7f98cb041a759a21685569eec8695 +refs/heads/master: 0e17226f7cd289504724466f4298abc9bdfca3fe diff --git a/trunk/arch/arm/mach-s3c64xx/include/mach/debug-macro.S b/trunk/arch/arm/mach-s3c64xx/include/mach/debug-macro.S index b18ac5266dfc..f9ab5d26052a 100644 --- a/trunk/arch/arm/mach-s3c64xx/include/mach/debug-macro.S +++ b/trunk/arch/arm/mach-s3c64xx/include/mach/debug-macro.S @@ -21,7 +21,7 @@ * aligned and add in the offset when we load the value here. */ - .macro addruart, rx + .macro addruart, rx, rtmp mrc p15, 0, \rx, c1, c0 tst \rx, #1 ldreq \rx, = S3C_PA_UART diff --git a/trunk/arch/arm/mach-s5p6440/include/mach/debug-macro.S b/trunk/arch/arm/mach-s5p6440/include/mach/debug-macro.S index 48cdb0da026c..1347d7f99079 100644 --- a/trunk/arch/arm/mach-s5p6440/include/mach/debug-macro.S +++ b/trunk/arch/arm/mach-s5p6440/include/mach/debug-macro.S @@ -19,7 +19,7 @@ * aligned and add in the offset when we load the value here. */ - .macro addruart, rx + .macro addruart, rx, rtmp mrc p15, 0, \rx, c1, c0 tst \rx, #1 ldreq \rx, = S3C_PA_UART diff --git a/trunk/arch/arm/mach-s5p6442/include/mach/debug-macro.S b/trunk/arch/arm/mach-s5p6442/include/mach/debug-macro.S index 1aae691e58ef..bb6536147ffb 100644 --- a/trunk/arch/arm/mach-s5p6442/include/mach/debug-macro.S +++ b/trunk/arch/arm/mach-s5p6442/include/mach/debug-macro.S @@ -15,7 +15,7 @@ #include #include - .macro addruart, rx + .macro addruart, rx, rtmp mrc p15, 0, \rx, c1, c0 tst \rx, #1 ldreq \rx, = S3C_PA_UART