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
- Lines: 13
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/include/asm-x86_64/asm-macros.i
- Orig date:
Wed Dec 31 16:00:00 1969
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)