diff options
author | imp <imp@FreeBSD.org> | 2013-02-21 17:54:14 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2013-02-21 17:54:14 +0000 |
commit | 42e7ffdbc0cbb18e0dd9c588a2b26d27773a90a1 (patch) | |
tree | 9853c58b94cd21f50b81c235c345a8ccf55b51b9 | |
parent | d7e8ae1bc40e9226355c12019f3467d690001231 (diff) | |
download | FreeBSD-src-42e7ffdbc0cbb18e0dd9c588a2b26d27773a90a1.zip FreeBSD-src-42e7ffdbc0cbb18e0dd9c588a2b26d27773a90a1.tar.gz |
splsoftvm() is no longer in the tree. gc.
-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 5dc237e..611d014 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; } |