mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2.4.21-pre6] small fix of arch/alpha/kernel/entry.S
@ 2003-04-03 13:16 Tomoya TAKA
  2003-04-03 13:20 ` Ivan Kokshaysky
  0 siblings, 1 reply; 2+ messages in thread
From: Tomoya TAKA @ 2003-04-03 13:16 UTC (permalink / raw)
  To: linux-kernel

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 2.4.21-pre6] small fix of arch/alpha/kernel/entry.S
  2003-04-03 13:16 [PATCH 2.4.21-pre6] small fix of arch/alpha/kernel/entry.S Tomoya TAKA
@ 2003-04-03 13:20 ` Ivan Kokshaysky
  0 siblings, 0 replies; 2+ messages in thread
From: Ivan Kokshaysky @ 2003-04-03 13:20 UTC (permalink / raw)
  To: Tomoya TAKA; +Cc: linux-kernel

On Thu, Apr 03, 2003 at 10:16:03PM +0900, Tomoya TAKA wrote:
> 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.

Fixed in -pre7.

Ivan.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-04-03 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-03 13:16 [PATCH 2.4.21-pre6] small fix of arch/alpha/kernel/entry.S Tomoya TAKA
2003-04-03 13:20 ` Ivan Kokshaysky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®