Re: [PATCH 07/10] local_t : powerpc extension

2007-02-15 Thread Kumar Gala
On Feb 15, 2007, at 1:20 AM, Mathieu Desnoyers wrote: * Andrew Morton ([EMAIL PROTECTED]) wrote: On Sun, 11 Feb 2007 14:18:12 -0500 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: local_t : powerpc extension This diff contains changes which are also present in "[PATCH 07/10] atomic.h : Add

Re: [PATCH 07/10] local_t : powerpc extension

2007-02-15 Thread Kumar Gala
On Feb 15, 2007, at 1:20 AM, Mathieu Desnoyers wrote: * Andrew Morton ([EMAIL PROTECTED]) wrote: On Sun, 11 Feb 2007 14:18:12 -0500 Mathieu Desnoyers [EMAIL PROTECTED] wrote: local_t : powerpc extension This diff contains changes which are also present in [PATCH 07/10] atomic.h : Add

Re: [PATCH 07/10] local_t : powerpc extension

2007-02-14 Thread Mathieu Desnoyers
* Andrew Morton ([EMAIL PROTECTED]) wrote: > On Sun, 11 Feb 2007 14:18:12 -0500 Mathieu Desnoyers <[EMAIL PROTECTED]> > wrote: > > > local_t : powerpc extension > > This diff contains changes which are also present in "[PATCH 07/10] > atomic.h : Add atomic64 cmpxchg, xchg and add_unless to

Re: [PATCH 07/10] local_t : powerpc extension

2007-02-14 Thread Andrew Morton
On Sun, 11 Feb 2007 14:18:12 -0500 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > local_t : powerpc extension This diff contains changes which are also present in "[PATCH 07/10] atomic.h : Add atomic64 cmpxchg, xchg and add_unless to powerpc", resulting in rather a mess. I dropped the

Re: [PATCH 07/10] local_t : powerpc extension

2007-02-14 Thread Andrew Morton
On Sun, 11 Feb 2007 14:18:12 -0500 Mathieu Desnoyers [EMAIL PROTECTED] wrote: local_t : powerpc extension This diff contains changes which are also present in [PATCH 07/10] atomic.h : Add atomic64 cmpxchg, xchg and add_unless to powerpc, resulting in rather a mess. I dropped the duplicated

Re: [PATCH 07/10] local_t : powerpc extension

2007-02-14 Thread Mathieu Desnoyers
* Andrew Morton ([EMAIL PROTECTED]) wrote: On Sun, 11 Feb 2007 14:18:12 -0500 Mathieu Desnoyers [EMAIL PROTECTED] wrote: local_t : powerpc extension This diff contains changes which are also present in [PATCH 07/10] atomic.h : Add atomic64 cmpxchg, xchg and add_unless to powerpc,

[PATCH 07/10] local_t : powerpc extension

2007-02-11 Thread Mathieu Desnoyers
local_t : powerpc extension Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- a/include/asm-powerpc/local.h +++ b/include/asm-powerpc/local.h @@ -1 +1,342 @@ -#include +#ifndef _ARCH_POWERPC_LOCAL_H +#define _ARCH_POWERPC_LOCAL_H + +#include +#include + +typedef struct +{ +

[PATCH 07/10] local_t : powerpc extension

2007-02-11 Thread Mathieu Desnoyers
local_t : powerpc extension Signed-off-by: Mathieu Desnoyers [EMAIL PROTECTED] --- a/include/asm-powerpc/local.h +++ b/include/asm-powerpc/local.h @@ -1 +1,342 @@ -#include asm-generic/local.h +#ifndef _ARCH_POWERPC_LOCAL_H +#define _ARCH_POWERPC_LOCAL_H + +#include linux/percpu.h +#include

[PATCH 07/10] local_t : powerpc extension

2007-01-25 Thread Mathieu Desnoyers
local_t : powerpc extension Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- a/include/asm-powerpc/local.h +++ b/include/asm-powerpc/local.h @@ -1 +1,342 @@ -#include +#ifndef _ARCH_POWERPC_LOCAL_H +#define _ARCH_POWERPC_LOCAL_H + +#include +#include + +typedef struct +{ +

[PATCH 07/10] local_t : powerpc extension

2007-01-25 Thread Mathieu Desnoyers
local_t : powerpc extension Signed-off-by: Mathieu Desnoyers [EMAIL PROTECTED] --- a/include/asm-powerpc/local.h +++ b/include/asm-powerpc/local.h @@ -1 +1,342 @@ -#include asm-generic/local.h +#ifndef _ARCH_POWERPC_LOCAL_H +#define _ARCH_POWERPC_LOCAL_H + +#include linux/percpu.h +#include

[PATCH 07/10] local_t : powerpc extension

2007-01-11 Thread Mathieu Desnoyers
local_t : powerpc extension Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- a/include/asm-powerpc/local.h +++ b/include/asm-powerpc/local.h @@ -1 +1,344 @@ -#include +#ifndef _ARCH_POWERPC_LOCAL_H +#define _ARCH_POWERPC_LOCAL_H + +#include +#include + +typedef struct +{ +

[PATCH 07/10] local_t : powerpc extension

2007-01-11 Thread Mathieu Desnoyers
local_t : powerpc extension Signed-off-by: Mathieu Desnoyers [EMAIL PROTECTED] --- a/include/asm-powerpc/local.h +++ b/include/asm-powerpc/local.h @@ -1 +1,344 @@ -#include asm-generic/local.h +#ifndef _ARCH_POWERPC_LOCAL_H +#define _ARCH_POWERPC_LOCAL_H + +#include linux/percpu.h +#include