Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/amd64 Add missing opt_svs.h.



details:   https://anonhg.NetBSD.org/src/rev/074495123321
branches:  trunk
changeset: 831243:074495123321
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Mar 17 17:12:39 2018 +0000

description:
Add missing opt_svs.h.

diffstat:

 sys/arch/amd64/amd64/machdep.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 271619e01d41 -r 074495123321 sys/arch/amd64/amd64/machdep.c
--- a/sys/arch/amd64/amd64/machdep.c    Sat Mar 17 15:56:32 2018 +0000
+++ b/sys/arch/amd64/amd64/machdep.c    Sat Mar 17 17:12:39 2018 +0000
@@ -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 @@
 #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"



Home | Main Index | Thread Index | Old Index