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:
bde 2004-03-05 14:23:13 +00:00
parent 6856d159e8
commit 3be49b6996

View File

@ -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