Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/include Remove obsolete comment. OK'ed by rmind@.



details:   https://anonhg.NetBSD.org/src/rev/9110815cda19
branches:  trunk
changeset: 787560:9110815cda19
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sun Jun 23 23:49:28 2013 +0000

description:
Remove obsolete comment.  OK'ed by rmind@.

diffstat:

 sys/arch/x86/include/pmap.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r be3336ffd920 -r 9110815cda19 sys/arch/x86/include/pmap.h
--- a/sys/arch/x86/include/pmap.h       Sun Jun 23 22:03:34 2013 +0000
+++ b/sys/arch/x86/include/pmap.h       Sun Jun 23 23:49:28 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.53 2012/11/13 14:07:42 chs Exp $    */
+/*     $NetBSD: pmap.h,v 1.54 2013/06/23 23:49:28 uebayasi Exp $       */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -140,9 +140,6 @@
  * pm_lock is the same as the lock for vm object 0.  Changes to
  * the other objects may only be made if that lock has been taken
  * (the other object locks are only used when uvm_pagealloc is called)
- *
- * XXX If we ever support processor numbers higher than 31, we'll have
- * XXX to rethink the CPU mask.
  */
 
 struct pmap {



Home | Main Index | Thread Index | Old Index