patch-2.2.0-pre6 linux/include/asm-arm/proc-armv/uaccess.h
Next file: linux/include/asm-arm/semaphore.h
Previous file: linux/include/asm-arm/proc-armv/system.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Jan  7 15:51:33 1999
-  Orig file: 
v2.2.0-pre5/linux/include/asm-arm/proc-armv/uaccess.h
-  Orig date: 
Tue Dec 22 14:16:58 1998
diff -u --recursive --new-file v2.2.0-pre5/linux/include/asm-arm/proc-armv/uaccess.h linux/include/asm-arm/proc-armv/uaccess.h
@@ -55,7 +55,7 @@
 /* We use 33-bit arithmetic here... */
 #define __range_ok(addr,size) ({ \
 	unsigned long flag, sum; \
-	__asm__ __volatile__("adds %1, %2, %3; sbccs %1, %1, %0; movcc %0, #0" \
+	__asm__ __volatile__("adds %1, %2, %3; sbcccs %1, %1, %0; movcc %0, #0" \
 		: "=&r" (flag), "=&r" (sum) \
 		: "r" (addr), "Ir" (size), "0" (current->addr_limit) \
 		: "cc"); \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov