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

Martin Schwidefsky (schwidefsky@de.ibm.com)
Wed, 9 Oct 2002 14:29:44 +0200


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/