diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2018-01-07 21:43:26 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2018-01-07 21:43:26 +0000 |
commit | 94754f574943727c019cd5d876d0573042e52a6a (patch) | |
tree | d6f47bcdd5005ead5274bcb1199db2ef97da3ed9 /sys/arch/amd64 | |
parent | 0af464b32c26d7d84027c6a3b532c9efa7b38fe7 (diff) |
delete a wrong comment
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/include/pmap.h | 5 |
1 files changed, 1 insertions, 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) |