patch-2.3.30 linux/include/asm-arm/arch-sa1100/system.h
Next file: linux/include/asm-arm/io.h
Previous file: linux/include/asm-arm/arch-ebsa285/system.h
Back to the patch index
Back to the overall index
-  Lines: 13
 -  Date:
Thu Dec  2 15:41:02 1999
 -  Orig file: 
v2.3.29/linux/include/asm-arm/arch-sa1100/system.h
 -  Orig date: 
Thu Nov 18 20:25:38 1999
 
diff -u --recursive --new-file v2.3.29/linux/include/asm-arm/arch-sa1100/system.h linux/include/asm-arm/arch-sa1100/system.h
@@ -16,10 +16,10 @@
 
 #else
 
-#define arch_reset( x ) {					\
+#define arch_reset(x) {						\
 	__asm__ volatile (					\
 "	mcr	p15, 0, %0, c1, c0	@ MMU off\n"		\
-"	mov	pc, #0\n" : : "r" (cpu_reset()));		\
+"	mov	pc, #0\n" : : "r" (cpu_reset()) : "cc");	\
 	}
 
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)