Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/lib
In directory usw-pr-cvs1:/tmp/cvs-serv30067
Modified Files:
clear_user.S
Log Message:
oops.. forgot a b ...
Index: clear_user.S
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/lib/clear_user.S,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- clear_user.S 2001/03/14 22:31:05 1.1
+++ clear_user.S 2001/03/14 22:36:58 1.2
@@ -26,9 +26,9 @@
movl 8(ap), r1 /* r0 has size */
beql 2f
1: EX(movb, (r1)+, 0, fault)
- sobgtr r0, 1
+ sobgtr r0, 1b
2: ret
.section .fixup, "ax"
fault: ret
- .previous
\ No newline at end of file
+ .previous
|