summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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