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:
parent
b9c5b43263
commit
27b293b022
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user