Skip to content

Commit

Permalink
[PATCH] ARM: 2759/1: Fix IXP4xx debug code (again)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Deepak Saxena authored and Russell King committed Jun 27, 2005
1 parent eb4e10d commit b46ffae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-arm/arch-ixp4xx/debug-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b46ffae

Please sign in to comment.