mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove splvm(). It is no longer in the tree.
This commit is contained in:
parent
46386183da
commit
e7e04fe216
1 changed files with 0 additions and 1 deletions
|
|
@ -357,7 +357,6 @@ static __inline intrmask_t splhigh(void) { return 0; }
|
|||
static __inline intrmask_t splimp(void) { return 0; }
|
||||
static __inline intrmask_t splnet(void) { return 0; }
|
||||
static __inline intrmask_t spltty(void) { return 0; }
|
||||
static __inline intrmask_t splvm(void) { return 0; }
|
||||
static __inline void splx(intrmask_t ipl __unused) { return; }
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue