diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-25 18:13:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-25 18:13:38 +0000 |
commit | a58ba360700da0b3cf84f2ed9b0770ac7965cc55 (patch) | |
tree | 14b4da479480a08aa35dd515772c20b3d7a3b220 | |
parent | df1ae711cf624906d863b85b38cac12af57da3fc (diff) |
Remove comments which only apply to the HP MMU found on HP300 models
318, 319, 320 and 350, which bear no sense in the mvme68k world.
-rw-r--r-- | sys/arch/mvme68k/mvme68k/pmap_bootstrap.c | 10 |
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; |