Re: [microblaze-uclinux] Re: [PATCH 6/6] Add support for __read_mostly to linux/cache.h

2009-05-01 Thread Edgar E. Iglesias
On Fri, May 01, 2009 at 09:52:18AM -0400, Christoph Lameter wrote: > On Fri, 1 May 2009, Sam Ravnborg wrote: > > > Are there any specific reason why we do not support read_mostly on all > > architectures? > > Not that I know of. > > > read_mostly is about grouping rarely written data together >

Re: [PATCH 6/6] Add support for __read_mostly to linux/cache.h

2009-05-01 Thread Christoph Lameter
On Fri, 1 May 2009, Sam Ravnborg wrote: > Are there any specific reason why we do not support read_mostly on all > architectures? Not that I know of. > read_mostly is about grouping rarely written data together > so what is needed is to introduce this section in the remaining > archtectures. > >

Re: [PATCH 6/6] Add support for __read_mostly to linux/cache.h

2009-05-01 Thread Sam Ravnborg
On Thu, Apr 30, 2009 at 03:32:36PM -0400, Tim Abbott wrote: > Signed-off-by: Tim Abbott > --- > include/linux/cache.h |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/include/linux/cache.h b/include/linux/cache.h > index 97e2488..99d8a6f 100644 > --- a/include/l

[PATCH 6/6] Add support for __read_mostly to linux/cache.h

2009-04-30 Thread Tim Abbott
Signed-off-by: Tim Abbott --- include/linux/cache.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/linux/cache.h b/include/linux/cache.h index 97e2488..99d8a6f 100644 --- a/include/linux/cache.h +++ b/include/linux/cache.h @@ -13,7 +13,13 @@ #endif #ifnd