Fixed compile on ARM.

This commit is contained in:
Takashi Iwai 2002-01-17 12:00:02 +00:00
parent 826b7c9348
commit f14063a251

View file

@ -947,6 +947,8 @@ __asm__ __volatile__( \
#endif /* __mips__ */
#ifdef __arm__
/* we'll need to duplicate this code, too.. */
#include <asm/proc/system.h>
typedef struct { volatile int counter; } atomic_t;