Re: Broken "cpualloc: the allocator" patch

From: Alexey Dobriyan
Date: Thu Nov 06 2008 - 11:28:00 EST


On Wed, Nov 05, 2008 at 07:45:35AM -0600, Christoph Lameter wrote:
> --- linux-2.6.orig/include/linux/percpu.h
> +++ linux-2.6/include/linux/percpu.h
> @@ -44,11 +44,7 @@
> extern unsigned int percpu_reserve;
> /* Enough to cover all DEFINE_PER_CPUs in kernel, including modules. */
> #ifndef PERCPU_AREA_SIZE
> -#ifdef CONFIG_MODULES
> #define PERCPU_RESERVE_SIZE 8192
> -#else
> -#define PERCPU_RESERVE_SIZE 0
> -#endif

next-20081106 with this patch is fine, thank you.
--
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/