diff options
Diffstat (limited to 'sys/sparc64/include/asm.h')
-rw-r--r-- | sys/sparc64/include/asm.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/sparc64/include/asm.h b/sys/sparc64/include/asm.h index c9b5a74..694d383 100644 --- a/sys/sparc64/include/asm.h +++ b/sys/sparc64/include/asm.h @@ -97,4 +97,14 @@ CNAME(x): #define ENTRY(x) _ENTRY(x) #define END(x) .size x, . - x +/* + * Kernel RCS ID tag and copyright macros + */ + +#if !defined(lint) && !defined(STRIP_FBSDID) +#define __FBSDID(s) .ident s +#else +#define __FBSDID(s) /* nothing */ +#endif /* not lint and not STRIP_FBSDID */ + #endif /* !_MACHINE_ASM_H_ */ |