Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/include amd64/msan.h: Fix includes for privat...



details:   https://anonhg.NetBSD.org/src/rev/333b955bfc91
branches:  trunk
changeset: 369585:333b955bfc91
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 22 13:21:47 2022 +0000

description:
amd64/msan.h: Fix includes for private pmap.

diffstat:

 sys/arch/amd64/include/msan.h |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r f4b5e7a4a31f -r 333b955bfc91 sys/arch/amd64/include/msan.h
--- a/sys/arch/amd64/include/msan.h     Mon Aug 22 09:25:55 2022 +0000
+++ b/sys/arch/amd64/include/msan.h     Mon Aug 22 13:21:47 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msan.h,v 1.6 2020/11/18 16:13:34 hannken Exp $ */
+/*     $NetBSD: msan.h,v 1.7 2022/08/22 13:21:47 riastradh Exp $       */
 
 /*
  * Copyright (c) 2019-2020 Maxime Villard, m00nbsd.net
@@ -32,8 +32,12 @@
 
 #include <uvm/uvm.h>
 
-#include <amd64/pmap.h>
-#include <amd64/vmparam.h>
+#include <machine/pmap.h>
+#include <machine/pmap_private.h>
+#include <machine/pte.h>
+#include <machine/vmparam.h>
+
+#include <x86/bootspace.h>
 
 #ifdef __HAVE_PCPU_AREA
 #error "PCPU area not allowed with KMSAN"



Home | Main Index | Thread Index | Old Index