Module Name: src
Committed By: maxv
Date: Sat Mar 17 17:12:39 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
Log Message:
Add missing opt_svs.h.
To generate a diff of this commit:
cvs rdiff -u -r1.301 -r1.302 src/sys/arch/amd64/amd64/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/amd64/machdep.c
diff -u src/sys/arch/amd64/amd64/machdep.c:1.301 src/sys/arch/amd64/amd64/machdep.c:1.302
--- src/sys/arch/amd64/amd64/machdep.c:1.301 Thu Feb 22 13:27:17 2018
+++ src/sys/arch/amd64/amd64/machdep.c Sat Mar 17 17:12:39 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.301 2018/02/22 13:27:17 maxv Exp $ */
+/* $NetBSD: machdep.c,v 1.302 2018/03/17 17:12:39 maxv Exp $ */
/*
* Copyright (c) 1996, 1997, 1998, 2000, 2006, 2007, 2008, 2011
@@ -110,7 +110,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.301 2018/02/22 13:27:17 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.302 2018/03/17 17:12:39 maxv Exp $");
/* #define XENDEBUG_LOW */
@@ -122,6 +122,7 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v
#include "opt_mtrr.h"
#include "opt_realmem.h"
#include "opt_xen.h"
+#include "opt_svs.h"
#include "opt_kaslr.h"
#ifndef XEN
#include "opt_physmem.h"