Module Name: src
Committed By: uebayasi
Date: Sun Jun 23 23:49:28 UTC 2013
Modified Files:
src/sys/arch/x86/include: pmap.h
Log Message:
Remove obsolete comment. OK'ed by rmind@.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/x86/include/pmap.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x86/include/pmap.h
diff -u src/sys/arch/x86/include/pmap.h:1.53 src/sys/arch/x86/include/pmap.h:1.54
--- src/sys/arch/x86/include/pmap.h:1.53 Tue Nov 13 14:07:42 2012
+++ src/sys/arch/x86/include/pmap.h Sun Jun 23 23:49:28 2013
@@ -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 @@ extern struct pool_cache pmap_pdp_cache;
* 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 {