diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/include/sys/cdefs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/include/sys/cdefs.h b/sys/include/sys/cdefs.h index a17c4ef..acfda84 100644 --- a/sys/include/sys/cdefs.h +++ b/sys/include/sys/cdefs.h @@ -146,12 +146,17 @@ #else +/* + * XXX: Will work; however, maybe move this?? + */ +#if defined(__x86_64__) .macro __KERNEL_META meta_str .section .meta.note .align 4 .string "\meta_str" .previous .endm +#endif /* defined(__x86_64__) */ #endif /* !defined(__ASSEMBLER__) */ #endif /* !_SYS_CDEFS_H_ */ |