Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/lib
In directory usw-pr-cvs1:/tmp/cvs-serv5099
Modified Files:
clear_user.S
Log Message:
DA: get it right in the end ... thinkos typos ..
Index: clear_user.S
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/lib/clear_user.S,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- clear_user.S 2001/05/20 20:37:55 1.3
+++ clear_user.S 2001/05/20 20:45:59 1.4
@@ -25,7 +25,7 @@
movl 4(ap), r1 /* r1 now has addr */
movl 8(ap), r0 /* r0 has size */
beql 2f
-1: EX(movb, (r1)+, 0, fault)
+1: EX(movb, $0, (r1)+, fault)
sobgtr r0, 1b
2: ret
|