diff options
Diffstat (limited to 'arch/powerpc/sysdev/fsl_rio.c')
| -rw-r--r-- | arch/powerpc/sysdev/fsl_rio.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/sysdev/fsl_rio.c b/arch/powerpc/sysdev/fsl_rio.c index a4c4f4a932d..5b6f556094d 100644 --- a/arch/powerpc/sysdev/fsl_rio.c +++ b/arch/powerpc/sysdev/fsl_rio.c @@ -66,8 +66,8 @@  		"	li %0,%3\n"			\  		"	b 2b\n"				\  		".section __ex_table,\"a\"\n"		\ -		"	.align 2\n"			\ -		"	.long 1b,3b\n"			\ +			PPC_LONG_ALIGN "\n"		\ +			PPC_LONG "1b,3b\n"		\  		".text"					\  		: "=r" (err), "=r" (x)			\  		: "b" (addr), "i" (-EFAULT), "0" (err))  |