Module Name: src
Committed By: maxv
Date: Fri Jul 27 07:35:10 UTC 2018
Modified Files:
src/sys/arch/amd64/include: pmap.h
Log Message:
Remove KERN_BASE, unused. It has always been wrong anyway, the value
should have been passed into VA_SIGN_NEG().
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 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.47 src/sys/arch/amd64/include/pmap.h:1.48
--- src/sys/arch/amd64/include/pmap.h:1.47 Wed Jul 25 11:47:07 2018
+++ src/sys/arch/amd64/include/pmap.h Fri Jul 27 07:35:09 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.47 2018/07/25 11:47:07 maxv Exp $ */
+/* $NetBSD: pmap.h,v 1.48 2018/07/27 07:35:09 maxv Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -158,7 +158,6 @@
*/
#define PTE_BASE ((pt_entry_t *)(L4_SLOT_PTE * NBPD_L4))
-#define KERN_BASE ((pt_entry_t *)(L4_SLOT_KERN * NBPD_L4))
#define L1_BASE PTE_BASE
#define L2_BASE ((pd_entry_t *)((char *)L1_BASE + L4_SLOT_PTE * NBPD_L3))