]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/rds/rds.h
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / net / rds / rds.h
index 060400704979ba7aebdb29880b8531e64f431b36..619f0a30a4e566952642e27e1d2b49f5f546ad11 100644 (file)
  */
 #define RDS_PORT       18634
 
+#ifdef ATOMIC64_INIT
+#define KERNEL_HAS_ATOMIC64
+#endif
+
 #ifdef DEBUG
 #define rdsdebug(fmt, args...) pr_debug("%s(): " fmt, __func__ , ##args)
 #else