Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/modules/x86_pte_tester requires pmap_private.h now.
details: https://anonhg.NetBSD.org/src/rev/7a4ac63cdd4b
branches: trunk
changeset: 369557:7a4ac63cdd4b
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Sun Aug 21 14:06:42 2022 +0000
description:
requires pmap_private.h now.
diffstat:
tests/modules/x86_pte_tester/x86_pte_tester.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 376227a55cbc -r 7a4ac63cdd4b tests/modules/x86_pte_tester/x86_pte_tester.c
--- a/tests/modules/x86_pte_tester/x86_pte_tester.c Sun Aug 21 14:05:52 2022 +0000
+++ b/tests/modules/x86_pte_tester/x86_pte_tester.c Sun Aug 21 14:06:42 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x86_pte_tester.c,v 1.2 2020/04/26 11:56:38 maxv Exp $ */
+/* $NetBSD: x86_pte_tester.c,v 1.3 2022/08/21 14:06:42 mlelstv Exp $ */
/*
* Copyright (c) 2016 The NetBSD Foundation, Inc.
@@ -40,6 +40,7 @@
#if defined(__x86_64__)
# include <amd64/pmap.h>
+# include <amd64/pmap_private.h>
# define NLEVEL 4
#else
# error "Unsupported configuration"
Home |
Main Index |
Thread Index |
Old Index