expose sched_{pin,unpin}_lite to tied modules
This commit is contained in:
parent
4ee90e6e20
commit
44fd76e10c
@ -29,7 +29,7 @@
|
||||
|
||||
#ifndef _SYS_KPILITE_H_
|
||||
#define _SYS_KPILITE_H_
|
||||
#if !defined(GENOFFSET) && !defined(KLD_MODULE) && defined(_KERNEL)
|
||||
#if !defined(GENOFFSET) && (!defined(KLD_MODULE) || defined(KLD_TIED)) && defined(_KERNEL)
|
||||
#include "offset.inc"
|
||||
|
||||
static __inline void
|
||||
|
Loading…
x
Reference in New Issue
Block a user