Source-Changes-HG archive

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

[src/trunk]: src/lib/libnvmm Revert my own rev 1.2, the missing include was o...



details:   https://anonhg.NetBSD.org/src/rev/3012a77604cc
branches:  trunk
changeset: 836927:3012a77604cc
user:      maya <maya%NetBSD.org@localhost>
date:      Tue Nov 13 06:57:14 2018 +0000

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

diffstat:

 lib/libnvmm/libnvmm_x86.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 01ddf8dd5786 -r 3012a77604cc lib/libnvmm/libnvmm_x86.c
--- a/lib/libnvmm/libnvmm_x86.c Tue Nov 13 06:06:29 2018 +0000
+++ b/lib/libnvmm/libnvmm_x86.c Tue Nov 13 06:57:14 2018 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index