diff options
author | Warner Losh <imp@FreeBSD.org> | 2013-02-21 17:54:14 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2013-02-21 17:54:14 +0000 |
commit | ae40be8cf0ea07df25b46f95e47fb17a992edf4a (patch) | |
tree | 9853c58b94cd21f50b81c235c345a8ccf55b51b9 | |
parent | e7599006fa4d05813faabe5323af376ca23fdfff (diff) |
Notes
-rw-r--r-- | sys/sys/systm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h index 5dc237e5c813..611d014831c9 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -330,7 +330,6 @@ static __inline intrmask_t splclock(void) { return 0; } 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 splsoftvm(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; } |