svn commit: r210142 - head/sys/mips/include

Warner Losh imp at FreeBSD.org
Thu Jul 15 21:56:46 UTC 2010


Author: imp
Date: Thu Jul 15 21:56:45 2010
New Revision: 210142
URL: http://svn.freebsd.org/changeset/base/210142

Log:
  Better description of this file

Modified:
  head/sys/mips/include/asmacros.h

Modified: head/sys/mips/include/asmacros.h
==============================================================================
--- head/sys/mips/include/asmacros.h	Thu Jul 15 21:49:28 2010	(r210141)
+++ head/sys/mips/include/asmacros.h	Thu Jul 15 21:56:45 2010	(r210142)
@@ -34,8 +34,11 @@
 
 #include <sys/cdefs.h>
 
+/*
+ * This appears to be a verbatim copy of an old version of amd64's
+ * asmacros.h and has no prayer of acatually working on mips.
+ */
 #if 0
-/* XXX too much duplication in various asm*.h's. */
 
 /*
  * CNAME and HIDENAME manage the relationship between symbol names in C


More information about the svn-src-head mailing list