Include <machine/psl.h> for the definition of PSL_I instead of depending
on namespace pollution in <machine/cpufunc.h>.
This commit is contained in:
parent
6856d159e8
commit
3be49b6996
@ -31,7 +31,9 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/proc.h>
|
||||
|
||||
#include <machine/critical.h>
|
||||
#include <machine/psl.h>
|
||||
|
||||
/*
|
||||
* cpu_critical_fork_exit() - cleanup after fork
|
||||
|
Loading…
Reference in New Issue
Block a user