From 55f6ff40edbcb6a2a67bfeb9304aecc846a4390d Mon Sep 17 00:00:00 2001 From: alc Date: Fri, 28 Sep 2012 05:30:59 +0000 Subject: Eliminate a stale comment. It describes another use case for the pmap in Mach that doesn't exist in FreeBSD. --- sys/i386/xen/pmap.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sys/i386/xen/pmap.c') diff --git a/sys/i386/xen/pmap.c b/sys/i386/xen/pmap.c index e6702cd..46cb43c 100644 --- a/sys/i386/xen/pmap.c +++ b/sys/i386/xen/pmap.c @@ -80,13 +80,6 @@ __FBSDID("$FreeBSD$"); /* * 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 -- cgit v1.1