summaryrefslogtreecommitdiff
path: root/arch/arm/mach-clps711x/include/mach/debug-macro.S
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-10-02 01:25:41 +0400
committerOlof Johansson <olof@lixom.net>2012-10-02 01:25:41 +0400
commit5d3a0a95868a9669816da193bb284121df9031c8 (patch)
tree292ce2c9135bd7b524b4710cff9a174c2967d600 /arch/arm/mach-clps711x/include/mach/debug-macro.S
parent7e95c548818d2b311090848083277fb907cfb56d (diff)
parentb98138e00d96abc85b100c9b6886f105d9868ab5 (diff)
downloadlinux-5d3a0a95868a9669816da193bb284121df9031c8.tar.xz
Merge branch 'next/cleanup2' into HEAD
Conflicts: arch/arm/Kconfig arch/arm/Makefile arch/arm/mach-bcmring/arch.c arch/arm/mach-tegra/devices.c arch/arm/mach-tegra/dma.c
Diffstat (limited to 'arch/arm/mach-clps711x/include/mach/debug-macro.S')
-rw-r--r--arch/arm/mach-clps711x/include/mach/debug-macro.S8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/mach-clps711x/include/mach/debug-macro.S b/arch/arm/mach-clps711x/include/mach/debug-macro.S
index 118b3d930573..cb3684f8dae0 100644
--- a/arch/arm/mach-clps711x/include/mach/debug-macro.S
+++ b/arch/arm/mach-clps711x/include/mach/debug-macro.S
@@ -28,17 +28,11 @@
.endm
.macro waituart,rd,rx
-1001: ldr \rd, [\rx, #0x0140] @ SYSFLGx
- tst \rd, #1 << 11 @ UBUSYx
- bne 1001b
.endm
.macro busyuart,rd,rx
- tst \rx, #0x1000 @ UART2 does not have CTS here
- bne 1002f
1001: ldr \rd, [\rx, #0x0140] @ SYSFLGx
- tst \rd, #1 << 8 @ CTS
+ tst \rd, #1 << 11 @ UBUSYx
bne 1001b
-1002:
.endm