[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20071116114453.GA27185@one.firstfloor.org>
Date: Fri, 16 Nov 2007 12:44:53 +0100
From: Andi Kleen <andi@...stfloor.org>
To: Peter Zijlstra <peterz@...radead.org>
Cc: Andi Kleen <andi@...stfloor.org>,
David Miller <davem@...emloft.net>, clameter@....com,
akpm@...ux-foundation.org, linux-mm@...r.kernel.org,
linux-kernel@...r.kernel.org, dada1@...mosbay.com,
schwidefsky@...ibm.com, Ingo Molnar <mingo@...e.hu>
Subject: Re: large lockdep bss (was: Re: [patch 01/28] cpu alloc: The allocator)
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists