[Ocfs2-commits] manish commits r2161 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Apr 21 19:14:24 CDT 2005


Author: manish
Signed-off-by: mfasheh
Date: 2005-04-21 19:14:22 -0500 (Thu, 21 Apr 2005)
New Revision: 2161

Removed:
   trunk/README.ppc64
Log:
This isn't valid anymore

Signed-off-by: mfasheh


Deleted: trunk/README.ppc64
===================================================================
--- trunk/README.ppc64	2005-04-21 23:34:46 UTC (rev 2160)
+++ trunk/README.ppc64	2005-04-22 00:14:22 UTC (rev 2161)
@@ -1,26 +0,0 @@
-
-Things one has to do to run it on ppc64
-=======================================
-
-1. Copy arch/ppc64/kernel/bitops.c into fs/ocfs2, fs/ocfs2/cluster and fs/ocfs2/dlm.
-
-2. Add references to the included bitops.c in the three Makefile(s).
-
-3. To run it in pure big endian, add the following in fs/ocfs2/ocfs2.h
-
-	#undef cpu_to_le64
-	#undef cpu_to_le32
-	#undef cpu_to_le16
-	#undef le64_to_cpu
-	#undef le32_to_cpu
-	#undef le16_to_cpu
-
-	#define cpu_to_le64(a) (a)
-	#define cpu_to_le32(a) (a)
-	#define cpu_to_le16(a) (a)
-	#define le64_to_cpu(a) (a)
-	#define le32_to_cpu(a) (a)
-	#define le16_to_cpu(a) (a)
-
-4. Add the above udef/defines in ocfs2-tools/mkfs.ocfs2/mkfs.c and
-   ocfs2-tools/libocfs2/include/ocfs2.h



More information about the Ocfs2-commits mailing list