Module Name: src
Committed By: maxv
Date: Sat May 21 07:00:18 UTC 2016
Modified Files:
src/sys/arch/amd64/include: pmap.h
Log Message:
Explain where this value comes from.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/amd64/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/amd64/include/pmap.h
diff -u src/sys/arch/amd64/include/pmap.h:1.36 src/sys/arch/amd64/include/pmap.h:1.37
--- src/sys/arch/amd64/include/pmap.h:1.36 Sat May 14 12:48:31 2016
+++ src/sys/arch/amd64/include/pmap.h Sat May 21 07:00:18 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.36 2016/05/14 12:48:31 maxv Exp $ */
+/* $NetBSD: pmap.h,v 1.37 2016/05/21 07:00:18 maxv Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -155,7 +155,7 @@
/* Xen use slots 256-272, let's move farther */
#define L4_SLOT_KERN 320
#endif
-#define L4_SLOT_KERNBASE 511
+#define L4_SLOT_KERNBASE 511 /* pl4_i(KERNBASE) */
#define PDIR_SLOT_KERN L4_SLOT_KERN
#define PDIR_SLOT_PTE L4_SLOT_PTE