Remove an XXX comment. sys/amd64/amd64/pmap.c revision 1.516 explains why

"pmap_initialized" no longer exists.
This commit is contained in:
Alan Cox 2008-04-27 00:06:01 +00:00
parent 3086a7a9b4
commit d239bfe45a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178607

View File

@ -65,10 +65,6 @@
* and to when physical maps must be made correct.
*/
/* XXXimp
* mips2 has a pmap_initialized, but we don't use it here. Why?
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");