[PATCH] 2.5.41 s390 (4/8): linker script typo.

From: Martin Schwidefsky (schwidefsky@de.ibm.com)
Date: Wed Oct 09 2002 - 07:29:44 EST


Correct typo in the vmlinux.lds.S files.

diff -urN linux-2.5.41/arch/s390/vmlinux.lds.S linux-2.5.41-s390/arch/s390/vmlinux.lds.S
--- linux-2.5.41/arch/s390/vmlinux.lds.S Mon Oct 7 20:24:03 2002
+++ linux-2.5.41-s390/arch/s390/vmlinux.lds.S Wed Oct 9 14:01:28 2002
@@ -66,7 +66,7 @@
   __initcall_end = .;
   . = ALIGN(256);
   __per_cpu_start = .;
- .date.percpu : { *(.data.percpu) }
+ .data.percpu : { *(.data.percpu) }
   __per_cpu_end = .;
   . = ALIGN(4096);
   __init_end = .;
diff -urN linux-2.5.41/arch/s390x/vmlinux.lds.S linux-2.5.41-s390/arch/s390x/vmlinux.lds.S
--- linux-2.5.41/arch/s390x/vmlinux.lds.S Mon Oct 7 20:24:01 2002
+++ linux-2.5.41-s390/arch/s390x/vmlinux.lds.S Wed Oct 9 14:01:28 2002
@@ -66,7 +66,7 @@
   __initcall_end = .;
   . = ALIGN(256);
   __per_cpu_start = .;
- .date.percpu : { *(.data.percpu) }
+ .data.percpu : { *(.data.percpu) }
   __per_cpu_end = .;
   . = ALIGN(4096);
   __init_end = .;

-
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/



This archive was generated by hypermail 2b29 : Tue Oct 15 2002 - 22:00:30 EST