[Ocfs-tools-commits] manish commits r25 - trunk/libocfs

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Apr 27 18:38:48 CDT 2004


Author: manish
Date: 2004-04-27 17:38:45 -0500 (Tue, 27 Apr 2004)
New Revision: 25

Modified:
   trunk/libocfs/libocfs.h
Log:
Fix RHEL3 stubbed out heads on ppc braindamage


Modified: trunk/libocfs/libocfs.h
===================================================================
--- trunk/libocfs/libocfs.h	2004-04-27 22:01:04 UTC (rev 24)
+++ trunk/libocfs/libocfs.h	2004-04-27 22:38:45 UTC (rev 25)
@@ -290,7 +290,7 @@
 
 /* atomic_t stuff */
 
-#if !defined(_ASM_IA64_ATOMIC_H) && !defined(__ARCH_X86_64_ATOMIC__) && !defined(__ARCH_I386_ATOMIC__)
+#if !defined(_ASM_IA64_ATOMIC_H) && !defined(__ARCH_X86_64_ATOMIC__) && !defined(__ARCH_I386_ATOMIC__) && !defined(_PPC_BITOPS_H) /* yes bitops is right. RH sucks and uses stub headers which still define _ASM_PPC_ATOMIC_H_ */
 typedef struct { volatile int counter; } atomic_t;
 #endif
 



More information about the Ocfs-tools-commits mailing list