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 Actually, use slot 456 instead, so that...



details:   https://anonhg.NetBSD.org/src/rev/cfad85e5cbdc
branches:  trunk
changeset: 354454:cfad85e5cbdc
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Jun 17 08:07:03 2017 +0000

description:
Actually, use slot 456 instead, so that it fits a cache line.

diffstat:

 sys/arch/x86/include/pmap.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d068508187f9 -r cfad85e5cbdc sys/arch/x86/include/pmap.h
--- a/sys/arch/x86/include/pmap.h       Sat Jun 17 07:50:35 2017 +0000
+++ b/sys/arch/x86/include/pmap.h       Sat Jun 17 08:07:03 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.66 2017/06/14 14:17:15 maxv Exp $   */
+/*     $NetBSD: pmap.h,v 1.67 2017/06/17 08:07:03 maxv Exp $   */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -485,7 +485,7 @@
 
 #ifdef __HAVE_DIRECT_MAP
 
-#define L4_SLOT_DIRECT         460
+#define L4_SLOT_DIRECT         456
 #define PDIR_SLOT_DIRECT       L4_SLOT_DIRECT
 
 #define NL4_SLOT_DIRECT                32



Home | Main Index | Thread Index | Old Index