mirror of
https://github.com/opnsense/src.git
synced 2026-03-26 04:33:12 -04:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue