]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc/atomic.h
[ARM] fix cache alignment code in memset.S
[linux-2.6-omap-h63xx.git] / include / asm-sparc / atomic.h
index 731fa56e0c374c8413c41c8460f16f4844d7046b..5c944b5a804003f5cc2a87b7972e5c22cd18ceb7 100644 (file)
@@ -1,7 +1,8 @@
 /* atomic.h: These still suck, but the I-cache hit rate is higher.
  *
- * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
  * Copyright (C) 2000 Anton Blanchard (anton@linuxcare.com.au)
+ * Copyright (C) 2007 Kyle McMartin (kyle@parisc-linux.org)
  *
  * Additions by Keith M Wesolowski (wesolows@foobazco.org) based
  * on asm-parisc/atomic.h Copyright (C) 2000 Philipp Rumpf <prumpf@tux.org>.
@@ -10,6 +11,7 @@
 #ifndef __ARCH_SPARC_ATOMIC__
 #define __ARCH_SPARC_ATOMIC__
 
+#include <linux/types.h>
 
 typedef struct { volatile int counter; } atomic_t;