patch-2.1.16 linux/include/asm-sparc/asmmacro.h
Next file: linux/include/asm-sparc/atomic.h
Previous file: linux/include/asm-sparc/a.out.h
Back to the patch index
Back to the overall index
-  Lines: 29
-  Date:
Fri Dec 13 11:37:39 1996
-  Orig file: 
v2.1.15/linux/include/asm-sparc/asmmacro.h
-  Orig date: 
Tue Nov 12 15:56:12 1996
diff -u --recursive --new-file v2.1.15/linux/include/asm-sparc/asmmacro.h linux/include/asm-sparc/asmmacro.h
@@ -34,12 +34,14 @@
  * c-code can be called.
  */
 #ifndef SMP_DEBUG
-#define SAVE_ALL \
+#define SAVE_ALL_HEAD \
 	sethi	%hi(trap_setup), %l4; \
-	jmpl	%l4 + %lo(trap_setup), %l6; \
+	jmpl	%l4 + %lo(trap_setup), %l6;
+#define SAVE_ALL \
+	SAVE_ALL_HEAD \
 	 nop;
 #else
-#define SAVE_ALL \
+#define SAVE_ALL_HEAD \
 	GET_PROCESSOR_ID(l4); \
 	set	C_LABEL(trap_log), %l5; \
 	sll	%l4, 11, %l6; \
@@ -59,7 +61,9 @@
 	and	%l6, 255, %l6; \
 	st	%l6, [%l5]; \
 	sethi	%hi(trap_setup), %l4; \
-	jmpl	%l4 + %lo(trap_setup), %l6; \
+	jmpl	%l4 + %lo(trap_setup), %l6;
+#define SAVE_ALL \
+	SAVE_ALL_HEAD \
 	 nop;
 #endif
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov