Get rid of the last traces of ACTUALLY_LKM_NOT_KERNEL

This commit is contained in:
Poul-Henning Kamp 2000-10-23 08:35:41 +00:00
parent 30e3f60f75
commit 416282b562
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67460
2 changed files with 1 additions and 3 deletions

View file

@ -64,9 +64,7 @@ STATIC struct cdevsw vinum_cdevsw =
/* Called by main() during pseudo-device attachment. */
STATIC void vinumattach(void *);
#ifndef ACTUALLY_LKM_NOT_KERNEL
STATIC int vinum_modevent(module_t mod, modeventtype_t type, void *unused);
#endif
struct _vinum_conf vinum_conf; /* configuration information */

View file

@ -82,7 +82,7 @@ _global_globaldata(void)
return (val);
}
#if defined(SMP) || defined(KLD_MODULE) || defined(ACTUALLY_LKM_NOT_KERNEL)
#if defined(SMP) || defined(KLD_MODULE)
/*
* The following set of macros works for UP kernel as well, but for maximum
* performance we allow the global variables to be accessed directly. On the