summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-03-05 14:31:21 +0000
committerbde <bde@FreeBSD.org>2004-03-05 14:31:21 +0000
commitfc5c35150592c4950358ccece88154a0a7388744 (patch)
tree0acf51ee3b97d13af49472eeb0ba3bd8a900fbf7
parent3be49b6996441210c8d661c2e8b30bbed33a5ae7 (diff)
downloadFreeBSD-src-fc5c35150592c4950358ccece88154a0a7388744.zip
FreeBSD-src-fc5c35150592c4950358ccece88154a0a7388744.tar.gz
MFi386: (all: keep a comment in sync with code, and don't depend on
namespace pollution).
-rw-r--r--sys/amd64/amd64/critical.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/amd64/amd64/critical.c b/sys/amd64/amd64/critical.c
index 063c7a3..925a91c 100644
--- a/sys/amd64/amd64/critical.c
+++ b/sys/amd64/amd64/critical.c
@@ -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)
OpenPOWER on IntegriCloud