Re: [PATCH] add slab_is_available() routine for boot code
From: Pekka J Enberg
Date: Thu May 11 2006 - 02:14:57 EST
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/