From 78ae44709cdcd699697cb7efb3513e958d738ddc Mon Sep 17 00:00:00 2001 From: mlarkin Date: Sun, 7 Jan 2018 21:43:25 +0000 Subject: [PATCH] delete a wrong comment --- sys/arch/amd64/include/pmap.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/arch/amd64/include/pmap.h b/sys/arch/amd64/include/pmap.h index 7e7362e9ac6..ef776eb959f 100644 --- a/sys/arch/amd64/include/pmap.h +++ b/sys/arch/amd64/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.62 2016/02/08 18:23:04 stefan Exp $ */ +/* $OpenBSD: pmap.h,v 1.63 2018/01/07 21:43:25 mlarkin Exp $ */ /* $NetBSD: pmap.h,v 1.1 2003/04/26 18:39:46 fvdl Exp $ */ /* @@ -229,9 +229,6 @@ * a PTP's index is the PD index of the PDE that points to it * a PTP's offset is the byte-offset in the PTE space that this PTP is at * a PTP's VA is the first VA mapped by that PTP - * - * note that PAGE_SIZE == number of bytes in a PTP (4096 bytes == 1024 entries) - * NBPD == number of bytes a PTP can map (4MB) */ #define ptp_va2o(va, lvl) (pl_i(va, (lvl)+1) * PAGE_SIZE) -- 2.20.1