sparc: asm/atomic.h on 32bit should include asm/system.h for xchg
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 14 Apr 2009 09:00:48 +0000 (02:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Apr 2009 00:08:57 +0000 (17:08 -0700)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/atomic_32.h

index ce46597..bb91b12 100644 (file)
@@ -15,6 +15,8 @@
 
 #ifdef __KERNEL__
 
+#include <asm/system.h>
+
 #define ATOMIC_INIT(i)  { (i) }
 
 extern int __atomic_add_return(int, atomic_t *);