summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/initcpu.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-02-04 03:47:16 +0000
committereivind <eivind@FreeBSD.org>1998-02-04 03:47:16 +0000
commita4ebb5212677290d59d90e18277b0abe43d56124 (patch)
treeede7f773cbe785b90705443a3742135da6207c62 /sys/amd64/amd64/initcpu.c
parent5997e4360dd1ac69f11ce4608dd3c96836ae2b8b (diff)
downloadFreeBSD-src-a4ebb5212677290d59d90e18277b0abe43d56124.zip
FreeBSD-src-a4ebb5212677290d59d90e18277b0abe43d56124.tar.gz
Make FAILSAFE a new-style option.
Diffstat (limited to 'sys/amd64/amd64/initcpu.c')
-rw-r--r--sys/amd64/amd64/initcpu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/amd64/initcpu.c b/sys/amd64/amd64/initcpu.c
index a569d0c..42a0777 100644
--- a/sys/amd64/amd64/initcpu.c
+++ b/sys/amd64/amd64/initcpu.c
@@ -26,10 +26,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: initcpu.c,v 1.10 1997/11/21 22:33:52 jlemon Exp $
+ * $Id: initcpu.c,v 1.11 1998/01/03 05:35:51 kato Exp $
*/
#include "opt_cpu.h"
+#include "opt_failsafe.h"
#include <sys/param.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud