lkml.org 
[lkml]   [2003]   [Apr]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 2.4.21-pre6] small fix of arch/alpha/kernel/entry.S
Hi,

Build of 2.4.21-pre6 kernel for Alpha results in linkage errors
because of a name change of kernel_thread in arch/alpha/kernel/entry.S.

--
Tomoya TAKA <tomoya@olive.plala.or.jp>

diff -uNr 2.4.21-pre6/arch/alpha/kernel/entry.S linux/arch/alpha/kernel/entry.S
--- 2.4.21-pre6/arch/alpha/kernel/entry.S 2003-04-03 11:56:29.000000000 +0900
+++ linux/arch/alpha/kernel/entry.S 2003-04-03 12:00:46.000000000 +0900
@@ -234,8 +234,8 @@
* arch_kernel_thread(fn, arg, clone_flags)
*/
.align 3
-.globl kernel_thread
-.ent kernel_thread
+.globl arch_kernel_thread
+.ent arch_kernel_thread
arch_kernel_thread:
ldgp $29,0($27) /* we can be called from a module */
.frame $30, 4*8, $26



-
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:34    [W:0.033 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site