lkml.org 
[lkml]   [2002]   [Oct]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] 2.5.41 s390 (4/8): linker script typo.
Date
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/

\
 
 \ /
  Last update: 2005-03-22 13:29    [W:0.047 / U:0.392 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site