X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Fapi_ppc.h;h=65480779399aa831c2b16a7d4f6e0da086af76d2;hp=18821e42125b6f97c0f572aa27dba5c400d5b2fb;hb=453629a9317adef5b96c3d55e4dcd98db680997a;hpb=e90ad78457151a8faec9d77934b292f458082386 diff --git a/tests/api_ppc.h b/tests/api_ppc.h index 18821e4..6548077 100644 --- a/tests/api_ppc.h +++ b/tests/api_ppc.h @@ -656,13 +656,6 @@ static __inline__ int atomic_add_unless(atomic_t *v, int a, int u) #include /* #include "atomic.h" */ -/* - * Compiler magic. - */ -#define container_of(ptr, type, member) ({ \ - const typeof( ((type *)0)->member ) *__mptr = (ptr); \ - (type *)( (char *)__mptr - offsetof(type,member) );}) - /* * Default machine parameters. */ @@ -1010,10 +1003,6 @@ static void smp_init(void) #define LIST_POISON1 ((void *) 0x00100100) #define LIST_POISON2 ((void *) 0x00200200) -#define container_of(ptr, type, member) ({ \ - const typeof( ((type *)0)->member ) *__mptr = (ptr); \ - (type *)( (char *)__mptr - offsetof(type,member) );}) - #if 0 /*