]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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 ce465975a6a5e545c577f71e3203ba47bb3060ae..bb91b1248cd1dca941846f80d132206dd4ad6f39 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 *);