patch-2.3.23 linux/include/asm-arm/proc-armo/system.h

Next file: linux/include/asm-arm/proc-armo/uaccess.h
Previous file: linux/include/asm-arm/proc-armo/ptrace.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.22/linux/include/asm-arm/proc-armo/system.h linux/include/asm-arm/proc-armo/system.h
@@ -13,6 +13,8 @@
 
 extern __inline__ unsigned long __xchg(unsigned long x, volatile void *ptr, int size)
 {
+	extern void arm_invalidptr(const char *, int);
+
 	switch (size) {
 		case 1:	return cpu_xchg_1(x, ptr);
 		case 2:	return cpu_xchg_2(x, ptr);
@@ -27,11 +29,6 @@
  * messes up if we don't
  */
 #define proc_hard_reset()	cpu_proc_fin()
-
-/*
- * This processor does not idle
- */
-#define proc_idle()
 
 /*
  * A couple of speedups for the ARM

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