svn commit: r274099 - head/sys/vm

Alan Cox alc at FreeBSD.org
Tue Nov 4 18:53:00 UTC 2014


Author: alc
Date: Tue Nov  4 18:52:59 2014
New Revision: 274099
URL: https://svnweb.freebsd.org/changeset/base/274099

Log:
  Eliminate a stale, i386-specific comment.

Modified:
  head/sys/vm/vm_page.c

Modified: head/sys/vm/vm_page.c
==============================================================================
--- head/sys/vm/vm_page.c	Tue Nov  4 18:48:13 2014	(r274098)
+++ head/sys/vm/vm_page.c	Tue Nov  4 18:52:59 2014	(r274099)
@@ -290,8 +290,6 @@ vm_page_startup(vm_offset_t vaddr)
 	vm_paddr_t pa;
 	vm_paddr_t last_pa;
 	char *list;
-
-	/* the biggest memory array is the second group of pages */
 	vm_paddr_t end;
 	vm_paddr_t biggestsize;
 	vm_paddr_t low_water, high_water;


More information about the svn-src-head mailing list