patch-2.3.99-pre9 linux/include/asm-sh/system.h
Next file: linux/include/asm-sh/unistd.h
Previous file: linux/include/asm-sh/smc37c93x.h
Back to the patch index
Back to the overall index
-  Lines: 31
-  Date:
Sat May 20 12:05:30 2000
-  Orig file: 
v2.3.99-pre8/linux/include/asm-sh/system.h
-  Orig date: 
Wed Apr 26 16:34:09 2000
diff -u --recursive --new-file v2.3.99-pre8/linux/include/asm-sh/system.h linux/include/asm-sh/system.h
@@ -165,18 +165,18 @@
 /*
  * Back to P1 area.
  */
-#define back_to_P1()				\
-do {						\
-	unsigned long __dummy;			\
-	__asm__ __volatile__(			\
-		"nop;nop;nop;nop;nop;nop\n\t"	\
-		"mov.l	1f, %0\n\t"		\
-		"jmp	@%0\n\t"		\
-		" nop\n\t"			\
-		".balign 4\n"			\
-		"1:	.long 2f\n"		\
-		"2:"				\
-		: "=&r" (__dummy));		\
+#define back_to_P1()					\
+do {							\
+	unsigned long __dummy;				\
+	__asm__ __volatile__(				\
+		"nop;nop;nop;nop;nop;nop;nop\n\t"	\
+		"mov.l	1f, %0\n\t"			\
+		"jmp	@%0\n\t"			\
+		" nop\n\t"				\
+		".balign 4\n"				\
+		"1:	.long 2f\n"			\
+		"2:"					\
+		: "=&r" (__dummy));			\
 } while (0)
 
 /* For spinlocks etc */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)