Changed __ppc__ to __powerpc__

This commit is contained in:
Jaroslav Kysela 2001-12-15 20:36:28 +00:00
parent 9a6902d8a4
commit 735c286de7

View file

@ -441,7 +441,7 @@ __asm__ __volatile__("wmb": : :"memory")
#endif /* __alpha__ */
#ifdef __ppc__
#ifdef __powerpc__
typedef struct { volatile int counter; } atomic_t;
@ -627,7 +627,7 @@ static __inline__ int atomic_dec_if_positive(atomic_t *v)
#define IATOMIC_DEFINED 1
#endif /* __ppc__ */
#endif /* __powerpc__ */
#ifdef __mips__