lkml.org 
[lkml]   [2006]   [May]   [11]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateThu, 11 May 2006 09:15:23 +0300 (EEST)
FromPekka J Enberg <>
SubjectRe: [PATCH] add slab_is_available() routine for boot code
On Wed, 10 May 2006, Mike Kravetz wrote:
> +/*
> + * used by boot code to determine if it can use slab based allocator
> + */
> +int slab_is_available(void)
> +{
> +	return g_cpucache_up == FULL;
> +}
> +

Please use proper kerneldoc format so you don't create extra work for 
janitors.

				Pekka
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-05-11 08:17    [from the cache]
©2003-2008