Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 remove obsolete comment



details:   https://anonhg.NetBSD.org/src/rev/4ebbbc8127b0
branches:  trunk
changeset: 773231:4ebbbc8127b0
user:      cherry <cherry%NetBSD.org@localhost>
date:      Sun Jan 29 11:37:44 2012 +0000

description:
remove obsolete comment

diffstat:

 sys/arch/x86/x86/pmap.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r d4dcf3f370a1 -r 4ebbbc8127b0 sys/arch/x86/x86/pmap.c
--- a/sys/arch/x86/x86/pmap.c   Sun Jan 29 11:37:08 2012 +0000
+++ b/sys/arch/x86/x86/pmap.c   Sun Jan 29 11:37:44 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.158 2012/01/29 11:37:08 cherry Exp $        */
+/*     $NetBSD: pmap.c,v 1.159 2012/01/29 11:37:44 cherry Exp $        */
 
 /*-
  * Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
@@ -171,7 +171,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.158 2012/01/29 11:37:08 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.159 2012/01/29 11:37:44 cherry Exp $");
 
 #include "opt_user_ldt.h"
 #include "opt_lockdebug.h"
@@ -2348,10 +2348,6 @@
                KASSERT(TAILQ_EMPTY(&pmap->pm_obj[i].memq));
        }
 
-       /*
-        * MULTIPROCESSOR -- no need to flush out of other processors'
-        * APTE space because we do that in pmap_unmap_ptes().
-        */
        pool_cache_put(&pmap_pdp_cache, pmap->pm_pdir);
 
 #ifdef USER_LDT



Home | Main Index | Thread Index | Old Index