|
@@ -6,12 +6,14 @@
|
|
|
|
|
|
# define _ASM_PTR " .long "
|
|
# define _ASM_PTR " .long "
|
|
# define _ASM_ALIGN " .balign 4 "
|
|
# define _ASM_ALIGN " .balign 4 "
|
|
|
|
+# define _ASM_MOV_UL " movl "
|
|
|
|
|
|
#else
|
|
#else
|
|
/* 64 bits */
|
|
/* 64 bits */
|
|
|
|
|
|
# define _ASM_PTR " .quad "
|
|
# define _ASM_PTR " .quad "
|
|
# define _ASM_ALIGN " .balign 8 "
|
|
# define _ASM_ALIGN " .balign 8 "
|
|
|
|
+# define _ASM_MOV_UL " movq "
|
|
|
|
|
|
#endif /* CONFIG_X86_32 */
|
|
#endif /* CONFIG_X86_32 */
|
|
|
|
|