summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/mvme68k/mvme68k/pmap_bootstrap.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/mvme68k/mvme68k/pmap_bootstrap.c b/sys/arch/mvme68k/mvme68k/pmap_bootstrap.c
index be935de96c9..ed8154a01f3 100644
--- a/sys/arch/mvme68k/mvme68k/pmap_bootstrap.c
+++ b/sys/arch/mvme68k/mvme68k/pmap_bootstrap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap_bootstrap.c,v 1.8 2001/11/06 19:53:15 miod Exp $ */
+/* $OpenBSD: pmap_bootstrap.c,v 1.9 2001/11/25 18:13:37 miod Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -327,10 +327,6 @@ register vm_offset_t firstpa;
/*
* Finally, validate the internal IO space PTEs (RW+CI).
- * We do this here since the 320/350 MMU registers (also
- * used, but to a lesser extent, on other models) are mapped
- * in this range and it would be nice to be able to access
- * them after the MMU is turned on.
*/
pte = (u_int *)iiopa;
epte = (u_int *)eiopa;
@@ -754,10 +750,6 @@ register vm_offset_t firstpa;
/*
* Finally, validate the internal IO space PTEs (RW+CI).
- * We do this here since the 320/350 MMU registers (also
- * used, but to a lesser extent, on other models) are mapped
- * in this range and it would be nice to be able to access
- * them after the MMU is turned on.
*/
pte = (u_int *)iiopa;
epte = (u_int *)eiopa;