s/_KLD_MODULE/KLD_MODULE/

This commit is contained in:
Olivier Houchard 2005-05-26 16:05:22 +00:00
parent c6ec1ba390
commit e59bc6b04e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146649

View File

@ -72,7 +72,7 @@
#endif
#define ARM_NARCH (ARM_ARCH_4 + ARM_ARCH_5)
#if ARM_NARCH == 0 && !defined(_KLD_MODULE)
#if ARM_NARCH == 0 && !defined(KLD_MODULE)
#error ARM_NARCH is 0
#endif