diff options
Diffstat (limited to 'sys/alpha/include/asm.h')
-rw-r--r-- | sys/alpha/include/asm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/include/asm.h b/sys/alpha/include/asm.h index 47b2a2c..b185295 100644 --- a/sys/alpha/include/asm.h +++ b/sys/alpha/include/asm.h @@ -617,7 +617,7 @@ label: ASCIZ msg; \ * Kernel RCS ID tag and copyright macros */ -#ifdef KERNEL +#ifdef _KERNEL #ifdef __ELF__ #define __KERNEL_SECTIONSTRING(_sec, _str) \ @@ -635,4 +635,4 @@ label: ASCIZ msg; \ #define __KERNEL_RCSID(_n, _s) /* nothing */ #endif -#endif /* KERNEL */ +#endif /* _KERNEL */ |