diff options
Diffstat (limited to 'arch/arm/mach-s3c6400/include/mach/debug-macro.S')
| -rw-r--r-- | arch/arm/mach-s3c6400/include/mach/debug-macro.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c6400/include/mach/debug-macro.S b/arch/arm/mach-s3c6400/include/mach/debug-macro.S index b18ac5266df..5c88875d6a3 100644 --- a/arch/arm/mach-s3c6400/include/mach/debug-macro.S +++ b/arch/arm/mach-s3c6400/include/mach/debug-macro.S @@ -21,7 +21,7 @@  	 * aligned and add in the offset when we load the value here.  	 */ -	.macro addruart, rx +	.macro addruart, rx, tmp  		mrc	p15, 0, \rx, c1, c0  		tst	\rx, #1  		ldreq	\rx, = S3C_PA_UART  |