lkml.org 
[lkml]   [2002]   [Mar]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Needed to get 2.5.7 to compile and link on Alpha [10/10]
Date
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 = .;
-
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:22    [W:0.024 / U:0.860 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site