MFi386: (all: keep a comment in sync with code, and don't depend on
namespace pollution).
This commit is contained in:
parent
e8829b6115
commit
39dca09ccc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126654
@ -31,10 +31,14 @@ __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
|
||||
*
|
||||
* Enable interrupts in the saved copy of eflags.
|
||||
*/
|
||||
void
|
||||
cpu_critical_fork_exit(void)
|
||||
|
Loading…
Reference in New Issue
Block a user