remove splbio and splcam

splbio and splcan have been completely removed from the tree. We can
now remove their definitions here. They've been nops for a long time
and were only preserved to give hints on how to lock drivers. All
drivers have been deleted or converted, so they can be deleted now.
This commit is contained in:
Warner Losh 2020-08-28 15:09:43 +00:00
parent b9c5b43263
commit 27b293b022
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364918

View File

@ -497,8 +497,6 @@ void kern_reboot(int) __dead2;
void shutdown_nice(int);
/* Stubs for obsolete functions that used to be for interrupt management */
static __inline intrmask_t splbio(void) { return 0; }
static __inline intrmask_t splcam(void) { return 0; }
static __inline intrmask_t splclock(void) { return 0; }
static __inline intrmask_t splhigh(void) { return 0; }
static __inline intrmask_t splimp(void) { return 0; }