summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/asm.h
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2003-01-27 04:24:57 +0000
committerbenno <benno@FreeBSD.org>2003-01-27 04:24:57 +0000
commit2521c07307ee0270f2f8600549639c4b03eef076 (patch)
tree64cd88ab9d0f3db9b5bb2837e08f8e24a5bc5d32 /sys/powerpc/include/asm.h
parent5c5994bd15c2982f6eec78d9b72dfe3b6a8e0438 (diff)
downloadFreeBSD-src-2521c07307ee0270f2f8600549639c4b03eef076.zip
FreeBSD-src-2521c07307ee0270f2f8600549639c4b03eef076.tar.gz
Remove a duplicate definition of the __FBSDID macro.
Diffstat (limited to 'sys/powerpc/include/asm.h')
-rw-r--r--sys/powerpc/include/asm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/powerpc/include/asm.h b/sys/powerpc/include/asm.h
index 06a7b28..393cc25 100644
--- a/sys/powerpc/include/asm.h
+++ b/sys/powerpc/include/asm.h
@@ -77,12 +77,6 @@
#define RCSID(x) .text; .asciz x
-#if !defined(lint) && !defined(STRIP_FBSDID)
-#define __FBSDID(s) .ident s
-#else
-#define __FBSDID(s) /* nothing */
-#endif /* not lint and not STRIP_FBSDID */
-
#define WEAK_ALIAS(alias,sym) \
.weak alias; \
alias = sym
OpenPOWER on IntegriCloud