summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDeepak Saxena <dsaxena@plexity.net>2005-06-27 21:48:48 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-06-27 21:48:48 +0100
commitb46ffaefe3c251897de23e5a534dd922c969d67b (patch)
tree5c2fc0e012567bb35fed6b0d45e852ef3e560a26 /include
parenteb4e10d091b369027ec205163e06f7eec335996f (diff)
downloadlinux-3.10-b46ffaefe3c251897de23e5a534dd922c969d67b.tar.gz
linux-3.10-b46ffaefe3c251897de23e5a534dd922c969d67b.tar.bz2
linux-3.10-b46ffaefe3c251897de23e5a534dd922c969d67b.zip
[PATCH] ARM: 2759/1: Fix IXP4xx debug code (again)
Patch from Deepak Saxena Accidently swapped the order of movne and orrne. Bad. Signed-off-by: Deepak Saxena <dsaxena@plexity.net> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-ixp4xx/debug-macro.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-ixp4xx/debug-macro.S b/include/asm-arm/arch-ixp4xx/debug-macro.S
index 45a6c6cc29d..2e23651e217 100644
--- a/include/asm-arm/arch-ixp4xx/debug-macro.S
+++ b/include/asm-arm/arch-ixp4xx/debug-macro.S
@@ -14,8 +14,8 @@
mrc p15, 0, \rx, c1, c0
tst \rx, #1 @ MMU enabled?
moveq \rx, #0xc8000000
- orrne \rx, \rx, #0x00b00000
movne \rx, #0xff000000
+ orrne \rx, \rx, #0x00b00000
add \rx,\rx,#3 @ Uart regs are at off set of 3 if
@ byte writes used - Big Endian.
.endm