From cbc72091e5d678d066fc9f7877df4f7a1cf694b4 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 28 Mar 1998 19:44:49 +0000 Subject: [PATCH] Remove a comment that is not applicable in NetBSD - we don't have software-only maps. --- sys/arch/alpha/alpha/pmap.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/sys/arch/alpha/alpha/pmap.c b/sys/arch/alpha/alpha/pmap.c index 5211a5adecd5..bb27b5c34bf9 100644 --- a/sys/arch/alpha/alpha/pmap.c +++ b/sys/arch/alpha/alpha/pmap.c @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.27 1998/03/27 19:18:04 thorpej Exp $ */ +/* $NetBSD: pmap.c,v 1.28 1998/03/28 19:44:49 thorpej Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -139,13 +139,6 @@ /* * Manages physical address maps. * - * In addition to hardware address maps, this - * module is called upon to provide software-use-only - * maps which may or may not be stored in the same - * form as hardware maps. These pseudo-maps are - * used to store intermediate results from copy - * operations to and from address spaces. - * * Since the information managed by this module is * also stored by the logical address mapping module, * this module may throw away valid virtual-to-physical @@ -168,7 +161,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.27 1998/03/27 19:18:04 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.28 1998/03/28 19:44:49 thorpej Exp $"); #include #include