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
>
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.
>
>
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
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