diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2003-04-09 12:11:16 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2003-04-09 12:11:16 +0000 |
commit | 93527640b0826af3eeba542709a8c1f0dfe9fa5a (patch) | |
tree | 7c11d36bd76687dd1666a98244a24cdb210a83e9 /sys | |
parent | 83b0ca8228b88c1b3701d93bc41857131f62d8e0 (diff) |
Remove one of two identical comment blocks
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/i386/pmap.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/i386/i386/pmap.c b/sys/arch/i386/i386/pmap.c index bbcb0416df1..85fb1b21653 100644 --- a/sys/arch/i386/i386/pmap.c +++ b/sys/arch/i386/i386/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.66 2003/04/07 06:14:30 niklas Exp $ */ +/* $OpenBSD: pmap.c,v 1.67 2003/04/09 12:11:15 niklas Exp $ */ /* $NetBSD: pmap.c,v 1.91 2000/06/02 17:46:37 thorpej Exp $ */ /* @@ -3203,12 +3203,6 @@ pmap_growkernel(maxkvaddr) * INVOKED WHILE pmap_init() IS RUNNING! */ - /* - * THIS *MUST* BE CODED SO AS TO WORK IN THE - * pmap_initialized == FALSE CASE! WE MAY BE - * INVOKED WHILE pmap_init() IS RUNNING! - */ - if (pmap_alloc_ptp(kpm, PDSLOT_KERN + nkpde, FALSE) == NULL) { panic("pmap_growkernel: alloc ptp failed"); } |