Get rid of the last traces of ACTUALLY_LKM_NOT_KERNEL
This commit is contained in:
parent
30e3f60f75
commit
416282b562
@ -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 */
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user