diff options
Diffstat (limited to 'arch/arm/mach-u300/include/mach/debug-macro.S')
| -rw-r--r-- | arch/arm/mach-u300/include/mach/debug-macro.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-u300/include/mach/debug-macro.S b/arch/arm/mach-u300/include/mach/debug-macro.S index ca4a028c266..92c12420256 100644 --- a/arch/arm/mach-u300/include/mach/debug-macro.S +++ b/arch/arm/mach-u300/include/mach/debug-macro.S @@ -11,7 +11,7 @@  #include <mach/hardware.h>  	.macro	addruart, rx, tmp -	/* If we move the adress using MMU, use this. */ +	/* If we move the address using MMU, use this. */  	mrc	p15, 0, \rx, c1, c0  	tst	\rx, #1			@ MMU enabled?  	ldreq	\rx,	  = U300_SLOW_PER_PHYS_BASE @ MMU off, physical address  |