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

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)