Date: Sun, 5 Feb 2006 21:40:36 GMT From: Alan Cox <alc@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 91188 for review Message-ID: <200602052140.k15LeaVJ077162@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91188 Change 91188 by alc@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602052140.k15LeaVJ077162>