Skip to content

Commit

Permalink
ARM: 7740/1: MCPM: prettify debug output
Browse files Browse the repository at this point in the history
The CPU and cluster numbers (MPIDR affinity levels 0 and 1) may have
at most 8 bits each.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Nicolas Pitre authored and Russell King committed Jun 5, 2013
1 parent d683b96 commit 0305ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/common/mcpm_head.S
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
1901: adr r0, 1902b
bl printascii
mov r0, r9
bl printhex8
bl printhex2
adr r0, 1903b
bl printascii
mov r0, r10
bl printhex8
bl printhex2
adr r0, 1904b
bl printascii
#endif
Expand Down

0 comments on commit 0305ffd

Please sign in to comment.