Module Name:    src
Committed By:   maya
Date:           Tue Nov 13 06:57:14 UTC 2018

Modified Files:
        src/lib/libnvmm: libnvmm_x86.c

Log Message:
Revert my own rev 1.2, the missing include was only when building the 32-bit
compat library, we no longer do this.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libnvmm/libnvmm_x86.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libnvmm/libnvmm_x86.c
diff -u src/lib/libnvmm/libnvmm_x86.c:1.2 src/lib/libnvmm/libnvmm_x86.c:1.3
--- src/lib/libnvmm/libnvmm_x86.c:1.2	Sun Nov 11 00:06:48 2018
+++ src/lib/libnvmm/libnvmm_x86.c	Tue Nov 13 06:57:14 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: libnvmm_x86.c,v 1.2 2018/11/11 00:06:48 maya Exp $	*/
+/*	$NetBSD: libnvmm_x86.c,v 1.3 2018/11/13 06:57:14 maya Exp $	*/
 
 /*
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -42,7 +42,6 @@
 #include <machine/vmparam.h>
 #include <machine/pte.h>
 #include <machine/psl.h>
-#include <dev/nvmm/x86/nvmm_x86.h>
 
 #include "nvmm.h"
 

Reply via email to