Ok, here is the change to move ARM to little endian (apply after take 2):
diff -urP -I \$Id:.*Exp \$ -X /usr/src/patch.exclude linux-2.5.15-kb2/arch/arm/vmlinux-armo.lds.in linux/arch/arm/vmlinux-armo.lds.in
--- linux-2.5.15-kb2/arch/arm/vmlinux-armo.lds.in Sun May 12 00:54:48 2002
+++ linux/arch/arm/vmlinux-armo.lds.in Sun May 12 00:57:01 2002
@@ -4,7 +4,7 @@
*/
OUTPUT_ARCH(arm)
ENTRY(stext)
-jiffies = jiffies_64 + 4;
+jiffies = jiffies_64;
SECTIONS
{
. = TEXTADDR;
diff -urP -I \$Id:.*Exp \$ -X /usr/src/patch.exclude linux-2.5.15-kb2/arch/arm/vmlinux-armv.lds.in linux/arch/arm/vmlinux-armv.lds.in
--- linux-2.5.15-kb2/arch/arm/vmlinux-armv.lds.in Sun May 12 00:54:48 2002
+++ linux/arch/arm/vmlinux-armv.lds.in Sun May 12 00:57:16 2002
@@ -4,7 +4,7 @@
*/
OUTPUT_ARCH(arm)
ENTRY(stext)
-jiffies = jiffies_64 + 4;
+jiffies = jiffies_64;
SECTIONS
{
. = TEXTADDR;
-- George Anzinger george@mvista.com High-res-timers: http://sourceforge.net/projects/high-res-timers/ Real time sched: http://sourceforge.net/projects/rtsched/ Preemption patch: http://www.kernel.org/pub/linux/kernel/people/rml - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/