PERFORCE change 91188 for review

Alan Cox alc at FreeBSD.org
Sun Feb 5 13:40:38 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=91188

Change 91188 by alc at alc_home on 2006/02/05 21:40:13

	The contiguity-aware uma_small_alloc() utilizes a vm object.  So,
	"booted" must not be set until the virtual memory system is
	initialized.  In fact, this change just eliminates the early setting
	of "booted", relying on the setting of "booted" in uma_startup2().

Affected files ...

.. //depot/projects/superpages/src/sys/vm/uma_core.c#6 edit

Differences ...

==== //depot/projects/superpages/src/sys/vm/uma_core.c#6 (text+ko) ====

@@ -1664,10 +1664,6 @@
 
 	bucket_init();
 
-#ifdef UMA_MD_SMALL_ALLOC
-	booted = 1;
-#endif
-
 #ifdef UMA_DEBUG
 	printf("UMA startup complete.\n");
 #endif


More information about the p4-projects mailing list