Update of /cvsroot/linux-mips/linux/arch/mips/mips-boards/generic
In directory usw-pr-cvs1:/tmp/cvs-serv28836/mips/mips-boards/generic
Modified Files:
time.c
Log Message:
Nuke more clobbers.
Index: time.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/mips-boards/generic/time.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- time.c 2001/07/10 16:30:10 1.1
+++ time.c 2001/10/05 17:07:14 1.2
@@ -333,8 +333,7 @@
:"r" (timerhi),
"m" (timerlo),
"r" (tmp),
- "r" (USECS_PER_JIFFY)
- :"$1");
+ "r" (USECS_PER_JIFFY));
cached_quotient = quotient;
#endif
}
|