summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>2003-04-09 12:11:15 +0000
committerniklas <niklas@openbsd.org>2003-04-09 12:11:15 +0000
commit531b1a2f99b4ed157392433d2e66055ff13e3341 (patch)
tree7d27b62602cd767534ed7db7d96cace2d74e47f8
parentstrip trailing whitespace from config lines before parsing. Fixes bz 528; (diff)
downloadwireguard-openbsd-531b1a2f99b4ed157392433d2e66055ff13e3341.tar.xz
wireguard-openbsd-531b1a2f99b4ed157392433d2e66055ff13e3341.zip
Remove one of two identical comment blocks
-rw-r--r--sys/arch/i386/i386/pmap.c8
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");
}