patch-2.3.99-pre2 linux/include/asm-arm/arch-sa1100/system.h

Next file: linux/include/asm-arm/cpu-multi32.h
Previous file: linux/include/asm-arm/arch-rpc/system.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre1/linux/include/asm-arm/arch-sa1100/system.h linux/include/asm-arm/arch-sa1100/system.h
@@ -16,11 +16,7 @@
 
 #else
 
-#define arch_reset(x) {						\
-	__asm__ volatile (					\
-"	mcr	p15, 0, %0, c1, c0	@ MMU off\n"		\
-"	mov	pc, #0\n" : : "r" (cpu_reset()) : "cc");	\
-	}
+#define arch_reset(x)	cpu_reset(0)
 
 #endif
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)