Remove splvm(). It is no longer in the tree.

This commit is contained in:
Jung-uk Kim 2015-02-05 19:17:37 +00:00
parent 46386183da
commit e7e04fe216

View File

@ -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; }
/*