diff options
Diffstat (limited to 'sys/ia64/include/asm.h')
-rw-r--r-- | sys/ia64/include/asm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/ia64/include/asm.h b/sys/ia64/include/asm.h index 0eea68c..7a49f2c 100644 --- a/sys/ia64/include/asm.h +++ b/sys/ia64/include/asm.h @@ -206,3 +206,9 @@ label: ASCIZ msg; \ #endif #endif /* _KERNEL */ + +#if !defined(lint) && !defined(STRIP_FBSDID) +#define __FBSDID(s) .ident s +#else +#define __FBSDID(s) /* nothing */ +#endif /* not lint and not STRIP_FBSDID */ |