Module Name:    src
Committed By:   maxv
Date:           Sat Jun 17 08:07:03 UTC 2017

Modified Files:
        src/sys/arch/x86/include: pmap.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/x86/include/pmap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/include/pmap.h
diff -u src/sys/arch/x86/include/pmap.h:1.66 src/sys/arch/x86/include/pmap.h:1.67
--- src/sys/arch/x86/include/pmap.h:1.66	Wed Jun 14 14:17:15 2017
+++ src/sys/arch/x86/include/pmap.h	Sat Jun 17 08:07:03 2017
@@ -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 @@ void	pmap_free_ptps(struct vm_page *);
 
 #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

Reply via email to