svn commit: r210626 - head/sys/mips/mips
Jayachandran C.
jchandra at FreeBSD.org
Thu Jul 29 19:47:15 UTC 2010
Author: jchandra
Date: Thu Jul 29 19:47:15 2010
New Revision: 210626
URL: http://svn.freebsd.org/changeset/base/210626
Log:
Add fuiword() in n64 for completeness.
Modified:
head/sys/mips/mips/support.S
Modified: head/sys/mips/mips/support.S
==============================================================================
--- head/sys/mips/mips/support.S Thu Jul 29 19:14:06 2010 (r210625)
+++ head/sys/mips/mips/support.S Thu Jul 29 19:47:15 2010 (r210626)
@@ -448,6 +448,7 @@ END(fuword64)
LEAF(fuword32)
#ifndef __mips_n64
ALEAF(fuword)
+ALEAF(fuiword)
#endif
PTR_LA v0, fswberr
blt a0, zero, fswberr # make sure address is in user space
More information about the svn-src-head
mailing list