Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/include Move the direct map from slot 509 to sl...
details: https://anonhg.NetBSD.org/src/rev/72d40b221acc
branches: trunk
changeset: 824683:72d40b221acc
user: maxv <maxv%NetBSD.org@localhost>
date: Wed Jun 14 12:49:37 2017 +0000
description:
Move the direct map from slot 509 to slot 460. We will increase its size
dynamically.
diffstat:
sys/arch/x86/include/pmap.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f2fcddb7f183 -r 72d40b221acc sys/arch/x86/include/pmap.h
--- a/sys/arch/x86/include/pmap.h Wed Jun 14 12:27:24 2017 +0000
+++ b/sys/arch/x86/include/pmap.h Wed Jun 14 12:49:37 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.64 2017/03/23 18:08:06 maxv Exp $ */
+/* $NetBSD: pmap.h,v 1.65 2017/06/14 12:49:37 maxv Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -485,7 +485,7 @@
#ifdef __HAVE_DIRECT_MAP
-#define L4_SLOT_DIRECT 509
+#define L4_SLOT_DIRECT 460
#define PDIR_SLOT_DIRECT L4_SLOT_DIRECT
#define PMAP_DIRECT_BASE (VA_SIGN_NEG((L4_SLOT_DIRECT * NBPD_L4)))
Home |
Main Index |
Thread Index |
Old Index