diff options
Diffstat (limited to 'include/asm-x86/asm.h')
-rw-r--r-- | include/asm-x86/asm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/asm.h b/include/asm-x86/asm.h index b5006eb9acba..8661ae75488a 100644 --- a/include/asm-x86/asm.h +++ b/include/asm-x86/asm.h @@ -6,12 +6,14 @@ # define _ASM_PTR " .long " # define _ASM_ALIGN " .balign 4 " +# define _ASM_MOV_UL " movl " #else /* 64 bits */ # define _ASM_PTR " .quad " # define _ASM_ALIGN " .balign 8 " +# define _ASM_MOV_UL " movq " #endif /* CONFIG_X86_32 */ |