From 39dca09cccfb4076a8c1208bc273c00a47f72b77 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 5 Mar 2004 14:31:21 +0000 Subject: [PATCH] MFi386: (all: keep a comment in sync with code, and don't depend on namespace pollution). --- sys/amd64/amd64/critical.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/amd64/amd64/critical.c b/sys/amd64/amd64/critical.c index 063c7a30437..925a91ca286 100644 --- a/sys/amd64/amd64/critical.c +++ b/sys/amd64/amd64/critical.c @@ -31,10 +31,14 @@ __FBSDID("$FreeBSD$"); #include #include #include + #include +#include /* * cpu_critical_fork_exit() - cleanup after fork + * + * Enable interrupts in the saved copy of eflags. */ void cpu_critical_fork_exit(void)