diff options
| author | Warner Losh <imp@FreeBSD.org> | 2010-07-15 21:56:45 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2010-07-15 21:56:45 +0000 |
| commit | 4fc94b98b1908ba39e80bf8d26927c2b08cc25f2 (patch) | |
| tree | 13c811e3529bbfb3839558508a9ebd6706b9db7c | |
| parent | f2a664ac970ec997f46ca89670c4648a5423f309 (diff) | |
Notes
| -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 c2cc13e4343c..6a378221e052 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 |
