MFi386: (all: keep a comment in sync with code, and don't depend on

namespace pollution).
This commit is contained in:
Bruce Evans 2004-03-05 14:31:21 +00:00
parent e8829b6115
commit 39dca09ccc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126654

View File

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