2002-03-21 17:21:57

by Chris Meadors

[permalink] [raw]
Subject: [PATCH] Needed to get 2.5.7 to compile and link on Alpha [10/10]

Update to get the Alpha in sync with i386.

-Chris


--- linux-2.5.7/arch/alpha/vmlinux.lds.in~ Mon Mar 18 15:37:02 2002
+++ linux-2.5.7/arch/alpha/vmlinux.lds.in Thu Mar 21 05:37:10 2002
@@ -57,6 +57,12 @@
__initcall_end = .;
}

+ .data.percpu ALIGN(32): {
+ __per_cpu_start = .;
+ *(.data.percpu)
+ __per_cpu_end = .;
+ }
+
/* The initial task and kernel stack */
.data.init_thread ALIGN(2*8192) : {
__init_end = .;