Re: [PATCH 05/10] local_t : mips extension

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mathieu Desnoyers
Date: Friday, January 26, 2007 - 9:57 am

* Mathieu Desnoyers (mathieu.desnoyers@polymtl.ca) wrote:

More prefisely, for this to work, we should change :
#define ATOMIC_PREFIX atomic
and
#define ATOMIC_PREFIX local
for

#define ATOMICF(fctname) atomic_##fctname
and
#define ATOMICF(fctname) local_##fctname


which would make de declaration look like :

static __inline__ ATOMICF(add_return)(int i, ATOMIC_TYPE *v)

Which starts to look a little odd to me, doesn't it ?

Regards,

Mathieu

-- 
OpenPGP public key:              http://krystal.dyndns.org:8080/key/compudj.gpg
Key fingerprint:     8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68 
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 00/10] local_t : adding and standardising local ato ..., Mathieu Desnoyers, (Thu Jan 25, 9:16 am)
[PATCH 01/10] local_t : architecture independant extension, Mathieu Desnoyers, (Thu Jan 25, 9:16 am)
[PATCH 02/10] local_t : alpha extension, Mathieu Desnoyers, (Thu Jan 25, 9:16 am)
[PATCH 03/10] local_t : i386 extension, Mathieu Desnoyers, (Thu Jan 25, 9:16 am)
[PATCH 04/10] local_t : ia64 extension, Mathieu Desnoyers, (Thu Jan 25, 9:16 am)
[PATCH 05/10] local_t : mips extension, Mathieu Desnoyers, (Thu Jan 25, 9:16 am)
[PATCH 06/10] local_t : parisc cleanup, Mathieu Desnoyers, (Thu Jan 25, 9:16 am)
[PATCH 07/10] local_t : powerpc extension, Mathieu Desnoyers, (Thu Jan 25, 9:16 am)
[PATCH 08/10] local_t : s390 cleanup, Mathieu Desnoyers, (Thu Jan 25, 9:16 am)
[PATCH 09/10] local_t : sparc64 cleanup, Mathieu Desnoyers, (Thu Jan 25, 9:16 am)
[PATCH 10/10] local_t : x86_64 extension, Mathieu Desnoyers, (Thu Jan 25, 9:16 am)
Re: [PATCH 05/10] local_t : mips extension, Ralf Baechle, (Fri Jan 26, 5:04 am)
Re: [PATCH 05/10] local_t : mips extension, Mathieu Desnoyers, (Fri Jan 26, 9:36 am)
Re: [PATCH 05/10] local_t : mips extension, Mathieu Desnoyers, (Fri Jan 26, 9:57 am)