[PATCH 02/10] local_t : alpha extension

2007-02-11 Thread Mathieu Desnoyers
local_t : alpha extension Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- a/include/asm-alpha/local.h +++ b/include/asm-alpha/local.h @@ -4,37 +4,115 @@ #include #include -typedef atomic64_t local_t; +typedef struct +{ + atomic_long_t a; +} local_t; -#define LOCAL_INIT(i)

[PATCH 02/10] local_t : alpha extension

2007-02-11 Thread Mathieu Desnoyers
local_t : alpha extension Signed-off-by: Mathieu Desnoyers [EMAIL PROTECTED] --- a/include/asm-alpha/local.h +++ b/include/asm-alpha/local.h @@ -4,37 +4,115 @@ #include linux/percpu.h #include asm/atomic.h -typedef atomic64_t local_t; +typedef struct +{ + atomic_long_t a; +} local_t;

[PATCH 02/10] local_t : alpha extension

2007-01-25 Thread Mathieu Desnoyers
local_t : alpha extension Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- a/include/asm-alpha/local.h +++ b/include/asm-alpha/local.h @@ -4,37 +4,115 @@ #include #include -typedef atomic64_t local_t; +typedef struct +{ + atomic_long_t a; +} local_t; -#define LOCAL_INIT(i)

[PATCH 02/10] local_t : alpha extension

2007-01-25 Thread Mathieu Desnoyers
local_t : alpha extension Signed-off-by: Mathieu Desnoyers [EMAIL PROTECTED] --- a/include/asm-alpha/local.h +++ b/include/asm-alpha/local.h @@ -4,37 +4,115 @@ #include linux/percpu.h #include asm/atomic.h -typedef atomic64_t local_t; +typedef struct +{ + atomic_long_t a; +} local_t;

[PATCH 02/10] local_t : alpha extension

2007-01-11 Thread Mathieu Desnoyers
local_t : alpha extension Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- a/include/asm-alpha/local.h +++ b/include/asm-alpha/local.h @@ -4,37 +4,115 @@ #include #include -typedef atomic64_t local_t; +typedef struct +{ + atomic_long_t a; +} local_t; -#define LOCAL_INIT(i)

[PATCH 02/10] local_t : alpha extension

2007-01-11 Thread Mathieu Desnoyers
local_t : alpha extension Signed-off-by: Mathieu Desnoyers [EMAIL PROTECTED] --- a/include/asm-alpha/local.h +++ b/include/asm-alpha/local.h @@ -4,37 +4,115 @@ #include linux/percpu.h #include asm/atomic.h -typedef atomic64_t local_t; +typedef struct +{ + atomic_long_t a; +} local_t;