Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2018 18:28:56 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r330545 - head/sys/mips/mips
Message-ID:  <201803061828.w26ISuEL040817@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Tue Mar  6 18:28:55 2018
New Revision: 330545
URL: https://svnweb.freebsd.org/changeset/base/330545

Log:
  Remove reference to unimplemented fuiword, etc.
  
  We don't support Harvard architectures.

Modified:
  head/sys/mips/mips/support.S

Modified: head/sys/mips/mips/support.S
==============================================================================
--- head/sys/mips/mips/support.S	Tue Mar  6 16:16:30 2018	(r330544)
+++ head/sys/mips/mips/support.S	Tue Mar  6 18:28:55 2018	(r330545)
@@ -281,10 +281,8 @@ LEAF(copyerr)
 END(copyerr)
 
 /*
- * {fu,su},{ibyte,isword,iword}, fetch or store a byte, short or word to
- * user text space.
  * {fu,su},{byte,sword,word}, fetch or store a byte, short or word to
- * user data space.
+ * user-space.
  */
 #ifdef __mips_n64
 LEAF(fuword64)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803061828.w26ISuEL040817>