patch-2.4.20 linux-2.4.20/include/asm-x86_64/asm-macros.i

Next file: linux-2.4.20/include/asm-x86_64/atomic.h
Previous file: linux-2.4.20/include/asm-x86_64/apicdef.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-x86_64/asm-macros.i linux-2.4.20/include/asm-x86_64/asm-macros.i
@@ -0,0 +1,12 @@
+
+	.macro SAVE_CALLEE_CLOBBERED
+	cld
+	pushq %rdi
+	pushq %rsi
+	pushq %rdx
+	pushq %rcx
+	pushq %rbx
+	pushq %rax
+	pushq %r8
+	pushq %r9" 
+	.endm

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)