login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
November
»
16
Re: large lockdep bss (was: Re: [patch 01/28] cpu alloc: The allocator)
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Andi Kleen <andi@...>
To: Peter Zijlstra <peterz@...>
Cc: Andi Kleen <andi@...>, David Miller <davem@...>, <clameter@...>, <akpm@...>, <linux-mm@...>, <linux-kernel@...>, <dada1@...>, <schwidefsky@...>, Ingo Molnar <mingo@...>
Subject:
Re: large lockdep bss (was: Re: [patch 01/28] cpu alloc: The allocator)
Date: Friday, November 16, 2007 - 7:44 am
> How about moving this bit:
quoted text
> > +#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 -
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Tue Nov 6, 3:51 pm)
Re: [patch 01/28] cpu alloc: The allocator
, David Miller
, (Tue Nov 13, 7:15 am)
Re: [patch 01/28] cpu alloc: The allocator
, Andi Kleen
, (Tue Nov 13, 9:06 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Wed Nov 14, 12:15 am)
Re: [patch 01/28] cpu alloc: The allocator
, David Miller
, (Wed Nov 14, 12:18 am)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Wed Nov 14, 12:26 am)
Re: [patch 01/28] cpu alloc: The allocator
, David Miller
, (Wed Nov 14, 1:53 am)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Thu Nov 15, 2:49 pm)
Re: [patch 01/28] cpu alloc: The allocator
, David Miller
, (Thu Nov 15, 6:03 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Thu Nov 15, 10:19 pm)
Re: [patch 01/28] cpu alloc: The allocator
, David Miller
, (Thu Nov 15, 10:50 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Thu Nov 15, 10:55 pm)
Re: [patch 01/28] cpu alloc: The allocator
, David Miller
, (Thu Nov 15, 10:58 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Thu Nov 15, 11:10 pm)
Re: [patch 01/28] cpu alloc: The allocator
, David Miller
, (Thu Nov 15, 11:17 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Thu Nov 15, 11:19 pm)
Re: [patch 01/28] cpu alloc: The allocator
, David Miller
, (Wed Nov 14, 12:21 am)
Re: [patch 01/28] cpu alloc: The allocator
, David Miller
, (Tue Nov 13, 9:52 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Andi Kleen
, (Tue Nov 13, 10:28 pm)
large lockdep bss (was: Re: [patch 01/28] cpu alloc: The all...
, Peter Zijlstra
, (Fri Nov 16, 6:23 am)
Re: large lockdep bss (was: Re: [patch 01/28] cpu alloc: The...
, Andi Kleen
, (Fri Nov 16, 7:44 am)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Tue Nov 13, 11:49 pm)
Re: [patch 01/28] cpu alloc: The allocator
, David Miller
, (Tue Nov 13, 11:48 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Tue Nov 13, 9:57 pm)
Re: [patch 01/28] cpu alloc: The allocator
, David Miller
, (Tue Nov 13, 10:01 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Tue Nov 13, 10:03 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Tue Nov 13, 6:20 pm)
Re: [patch 01/28] cpu alloc: The allocator
, David Miller
, (Tue Nov 13, 9:37 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Tue Nov 13, 9:50 pm)
Re: [patch 01/28] cpu alloc: The allocator
, David Miller
, (Tue Nov 13, 10:00 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Tue Nov 13, 10:05 pm)
Re: [patch 01/28] cpu alloc: The allocator
, David Miller
, (Tue Nov 13, 9:36 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Tue Nov 13, 5:40 pm)
Re: [patch 01/28] cpu alloc: The allocator
, David Miller
, (Tue Nov 13, 9:30 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Tue Nov 13, 9:48 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Eric Dumazet
, (Tue Nov 13, 5:58 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Tue Nov 13, 6:02 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Tue Nov 13, 6:00 pm)
Re: [patch 01/28] cpu alloc: The allocator
, David Miller
, (Tue Nov 13, 9:33 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Peter Zijlstra
, (Thu Nov 8, 8:34 am)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Thu Nov 8, 2:33 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Christoph Lameter
, (Thu Nov 8, 2:50 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Peter Zijlstra
, (Thu Nov 8, 4:19 pm)
Re: [patch 01/28] cpu alloc: The allocator
, Peter Zijlstra
, (Thu Nov 8, 8:37 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Andrew Morton
-mm merge plans for 2.6.23
Greg Kroah-Hartman
[PATCH 004/196] Chinese: add translation of SubmittingPatches
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Gabriel C
Re: [Announce] [patch] Modular Scheduler Core and Completely Fair Scheduler [CFS]
git
:
linux-netdev
:
Gerrit Renker
[PATCH 03/37] dccp: List management for new feature negotiation
David Miller
[GIT]: Networking
Thomas Jarosch
Re: TCP connection stalls under 2.6.24.7
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
2 users
and
1005 guests
online.
Online users
strcmp
maheshdm
Syndicate