mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-24 16:10:11 +00:00
The ia64 hasn't needed machine/ipl.h included in sys/systm.h for a while
now.
This commit is contained in:
parent
2f01e2eaf2
commit
640c22333f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72908
@ -217,10 +217,6 @@ static __inline intrmask_t spltty(void) { return 0; }
|
||||
static __inline intrmask_t splvm(void) { return 0; }
|
||||
static __inline void splx(intrmask_t ipl) { return; }
|
||||
|
||||
#if defined(__ia64__)
|
||||
#include <machine/ipl.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Various callout lists.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user