summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2004-09-15 01:00:42 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2004-09-15 01:00:42 +0000
commitad925a34a13d5ab3b986ac7e31e89d1f6adfdea5 (patch)
treea16ef87421261f6261c8357d41493a4a6ffab1a8 /sys/arch
parent11f410a2db67b6cbf0149afef778bfe0af2a74f1 (diff)
kill old dead comment
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/hppa/pmap.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/arch/hppa/hppa/pmap.c b/sys/arch/hppa/hppa/pmap.c
index db6554c9563..b68ee15a0e6 100644
--- a/sys/arch/hppa/hppa/pmap.c
+++ b/sys/arch/hppa/hppa/pmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.c,v 1.118 2004/09/14 23:56:55 mickey Exp $ */
+/* $OpenBSD: pmap.c,v 1.119 2004/09/15 01:00:41 mickey Exp $ */
/*
* Copyright (c) 1998-2004 Michael Shalayeff
@@ -535,12 +535,7 @@ pmap_bootstrap(vstart)
physical_end - physical_steal, physical_steal));
}
- /*
- * NOTE: we no longer trash the BTLB w/ unused entries,
- * lazy map only needed pieces (see bus_mem_add_mapping() for refs).
- */
-
- /* kernel virtual is the last gig of the mohicans */
+ /* kernel virtual is the last gig of the moohicans */
nkpdes = totalphysmem >> 14; /* at least 16/gig for kmem */
if (nkpdes < 4)
nkpdes = 4; /* ... but no less than four */