diff options
Diffstat (limited to 'arch/powerpc/lib/copyuser_64.S')
| -rw-r--r-- | arch/powerpc/lib/copyuser_64.S | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/arch/powerpc/lib/copyuser_64.S b/arch/powerpc/lib/copyuser_64.S index f09899e35991..60386b2c99bb 100644 --- a/arch/powerpc/lib/copyuser_64.S +++ b/arch/powerpc/lib/copyuser_64.S @@ -8,6 +8,7 @@   */  #include <asm/processor.h>  #include <asm/ppc_asm.h> +#include <asm/export.h>  #ifdef __BIG_ENDIAN__  #define sLd sld		/* Shift towards low-numbered address. */ @@ -359,6 +360,7 @@ END_FTR_SECTION_IFCLR(CPU_FTR_UNALIGNED_LD_STD)  	addi	r3,r3,8  171:  177: +179:  	addi	r3,r3,8  370:  372: @@ -373,7 +375,6 @@ END_FTR_SECTION_IFCLR(CPU_FTR_UNALIGNED_LD_STD)  173:  174:  175: -179:  181:  184:  186: @@ -671,3 +672,4 @@ END_FTR_SECTION_IFCLR(CPU_FTR_UNALIGNED_LD_STD)  	.llong	89b,100b  	.llong	90b,100b  	.llong	91b,100b +EXPORT_SYMBOL(__copy_tofrom_user) |