From: James S. <jsi...@us...> - 2001-10-05 17:07:16
|
Update of /cvsroot/linux-mips/linux/arch/mips/ite-boards/generic In directory usw-pr-cvs1:/tmp/cvs-serv28836/mips/ite-boards/generic Modified Files: time.c Log Message: Nuke more clobbers. Index: time.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/ite-boards/generic/time.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- time.c 2001/08/25 02:19:27 1.3 +++ time.c 2001/10/05 17:07:14 1.4 @@ -303,8 +303,7 @@ :"r" (timerhi), "m" (timerlo), "r" (tmp), - "r" (USECS_PER_JIFFY) - :"$1"); + "r" (USECS_PER_JIFFY)); cached_quotient = quotient; } |