Re: large lockdep bss (was: Re: [patch 01/28] cpu alloc: The allocator)

From: Andi Kleen
Date: Fri Nov 16 2007 - 06:45:08 EST


> How about moving this bit:
>
> +#ifndef ARCH_HAS_EARLY_ALLOC
> +#define LARGEVAR(x,y) { static typeof(*x) __ ## x[y]; x = __ ## x; }
> +#else
> +#define LARGEVAR(x,y) x = arch_early_alloc(sizeof(*x) * y)
> +#endif
>
> out of the lockdep code and into the generic early alloc code?

Will do.

-Andi
-
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/