Module Name: src Committed By: maxv Date: Sun Nov 5 16:27:18 UTC 2017
Modified Files: src/sys/arch/amd64/stand/prekern: pdir.h Log Message: Remove unused. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amd64/stand/prekern/pdir.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/stand/prekern/pdir.h diff -u src/sys/arch/amd64/stand/prekern/pdir.h:1.1 src/sys/arch/amd64/stand/prekern/pdir.h:1.2 --- src/sys/arch/amd64/stand/prekern/pdir.h:1.1 Tue Oct 10 09:29:14 2017 +++ src/sys/arch/amd64/stand/prekern/pdir.h Sun Nov 5 16:27:18 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: pdir.h,v 1.1 2017/10/10 09:29:14 maxv Exp $ */ +/* $NetBSD: pdir.h,v 1.2 2017/11/05 16:27:18 maxv Exp $ */ /* * Copyright (c) 2017 The NetBSD Foundation, Inc. All rights reserved. @@ -44,13 +44,6 @@ #define L3_BASE ((pd_entry_t *)((char *)L2_BASE + L4_SLOT_PTE * NBPD_L2)) #define L4_BASE ((pd_entry_t *)((char *)L3_BASE + L4_SLOT_PTE * NBPD_L1)) -#define PDP_BASE L4_BASE - -#define NKL4_MAX_ENTRIES (unsigned long)1 -#define NKL3_MAX_ENTRIES (unsigned long)(NKL4_MAX_ENTRIES * 512) -#define NKL2_MAX_ENTRIES (unsigned long)(NKL3_MAX_ENTRIES * 512) -#define NKL1_MAX_ENTRIES (unsigned long)(NKL2_MAX_ENTRIES * 512) - #define NKL4_KIMG_ENTRIES 1 #define NKL3_KIMG_ENTRIES 1 #define NKL2_KIMG_ENTRIES 32