From: James S. <jsi...@us...> - 2001-10-05 17:07:16
|
Update of /cvsroot/linux-mips/linux/arch/mips64/mips-boards/generic In directory usw-pr-cvs1:/tmp/cvs-serv28836/mips64/mips-boards/generic Modified Files: time.c Log Message: Nuke more clobbers. Index: time.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/mips-boards/generic/time.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- time.c 2001/06/22 02:29:32 1.1.1.1 +++ time.c 2001/10/05 17:07:14 1.2 @@ -323,8 +323,7 @@ :"r" (timerhi), "m" (timerlo), "r" (tmp), - "r" (USECS_PER_JIFFY) - :"$1"); + "r" (USECS_PER_JIFFY)); cached_quotient = quotient; } |