Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2010 21:56:45 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210142 - head/sys/mips/include
Message-ID:  <201007152156.o6FLuj9K012661@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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