console printf twiddling warning not really necessary now

This commit is contained in:
cgd 1995-08-03 00:52:24 +00:00
parent ffb2012cee
commit 8aa6759ac6
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.c,v 1.5 1995/06/28 02:45:15 cgd Exp $ */
/* $NetBSD: pmap.c,v 1.6 1995/08/03 00:52:24 cgd Exp $ */
/*
* Copyright (c) 1991, 1993
@ -448,7 +448,6 @@ pmap_unmap_prom()
/* XXX save old pte so that we can remap prom if necessary */
rom_ptep = &Lev1map[0]; /* XXX */
rom_pte = *rom_ptep & ~PG_ASM; /* XXX */
printf("WARNING: console printf twiddles mappings!\n"); /* XXX */
/* Mark all mappings before VM_MIN_KERNEL_ADDRESS as invalid. */
bzero(Lev1map, kvtol1pte(VM_MIN_KERNEL_ADDRESS) * sizeof Lev1map[0]);

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.old.c,v 1.5 1995/06/28 02:45:15 cgd Exp $ */
/* $NetBSD: pmap.old.c,v 1.6 1995/08/03 00:52:24 cgd Exp $ */
/*
* Copyright (c) 1991, 1993
@ -448,7 +448,6 @@ pmap_unmap_prom()
/* XXX save old pte so that we can remap prom if necessary */
rom_ptep = &Lev1map[0]; /* XXX */
rom_pte = *rom_ptep & ~PG_ASM; /* XXX */
printf("WARNING: console printf twiddles mappings!\n"); /* XXX */
/* Mark all mappings before VM_MIN_KERNEL_ADDRESS as invalid. */
bzero(Lev1map, kvtol1pte(VM_MIN_KERNEL_ADDRESS) * sizeof Lev1map[0]);