Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212671
b: refs/heads/master
c: 1ea6461
h: refs/heads/master
i:
  212669: 0f61186
  212667: 8f0bab9
  212663: 3981e3b
  212655: 140207f
  212639: c1bf439
  212607: 4b37124
v: v3
  • Loading branch information
Jeremy Kerr authored and Nicolas Pitre committed Oct 20, 2010
1 parent 6cb331c commit 68e64af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d71e3eb5894dbb626dc7e28cfd4f33ebee9a739a
refs/heads/master: 1ea64615601229f0dc16dee91dc5b50216411baa
13 changes: 2 additions & 11 deletions trunk/arch/arm/kernel/debug.S
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
#if defined(CONFIG_DEBUG_ICEDCC)
@@ debug using ARM EmbeddedICE DCC channel

#if defined(CONFIG_CPU_V6)

.macro addruart, rx, tmp
.endm

#if defined(CONFIG_CPU_V6)

.macro senduart, rd, rx
mcr p14, 0, \rd, c0, c5, 0
.endm
Expand All @@ -51,9 +51,6 @@

#elif defined(CONFIG_CPU_V7)

.macro addruart, rx, tmp
.endm

.macro senduart, rd, rx
mcr p14, 0, \rd, c0, c5, 0
.endm
Expand All @@ -71,9 +68,6 @@ wait: mrc p14, 0, pc, c0, c1, 0

#elif defined(CONFIG_CPU_XSCALE)

.macro addruart, rx, tmp
.endm

.macro senduart, rd, rx
mcr p14, 0, \rd, c8, c0, 0
.endm
Expand All @@ -98,9 +92,6 @@ wait: mrc p14, 0, pc, c0, c1, 0

#else

.macro addruart, rx, tmp
.endm

.macro senduart, rd, rx
mcr p14, 0, \rd, c1, c0, 0
.endm
Expand Down

0 comments on commit 68e64af

Please sign in to comment.