Update of /cvsroot/linux-mips/linux/arch/mips64/mm
In directory usw-pr-cvs1:/tmp/cvs-serv14848
Modified Files:
andes.c
Log Message:
Remove clobber.
Index: andes.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips64/mm/andes.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- andes.c 2001/07/23 23:49:44 1.2
+++ andes.c 2001/10/05 16:35:35 1.3
@@ -43,9 +43,9 @@
"sd\t$0,-8(%0)\n\t"
".set\tat\n\t"
".set\treorder"
- :"=r" (page)
- :"0" (page), "I" (PAGE_SIZE)
- :"$1", "memory");
+ : "=r" (page)
+ : "0" (page), "I" (PAGE_SIZE)
+ : "memory");
}
/* R10000 has no Create_Dirty type cacheops. */
|