aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/asm.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-01-30 13:30:38 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:30:38 +0100
commit3578facf737dc9a60ed19a83458bd9cfdc2af233 (patch)
tree7e025ccef144287fff8aaf538c7f944ca60fe6c0 /include/asm-x86/asm.h
parent3367e56f26a3a8647784328ffa846fe8021a5b79 (diff)
x86: merge resume-trace.h variants
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/asm.h')
-rw-r--r--include/asm-x86/asm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/asm.h b/include/asm-x86/asm.h
index b5006eb9acb..8661ae75488 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 */