Ticket #279: ffado-ppc-atomic.patch
| File ffado-ppc-atomic.patch, 477 bytes (added by adi, 2 years ago) |
|---|
-
libffado/src/libutil/Atomic.h
old new 158 158 return ret; 159 159 } 160 160 161 #else 161 #endif 162 163 #if !defined(__i386__) && !defined(__x86_64__) && !defined(__PPC__) 162 164 #warning using builtin gcc (version >4.1) atomic 163 165 164 166 static inline char CAS(volatile uint32_t value, uint32_t newvalue, volatile int32_t* addr)
