diff options
author | imp <imp@FreeBSD.org> | 2010-07-15 21:56:45 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-07-15 21:56:45 +0000 |
commit | 8ffed563bd78777b62eefeac95cf39165e42bd72 (patch) | |
tree | 13c811e3529bbfb3839558508a9ebd6706b9db7c | |
parent | 96d598c33f001290f67031e4a950681f965ffc38 (diff) | |
download | FreeBSD-src-8ffed563bd78777b62eefeac95cf39165e42bd72.zip FreeBSD-src-8ffed563bd78777b62eefeac95cf39165e42bd72.tar.gz |
Better description of this file
-rw-r--r-- | sys/mips/include/asmacros.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/mips/include/asmacros.h b/sys/mips/include/asmacros.h index c2cc13e..6a37822 100644 --- a/sys/mips/include/asmacros.h +++ b/sys/mips/include/asmacros.h @@ -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 |