From: Tomoya TAKA <tomoya@olive.plala.or.jp>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 2.4.21-pre6] small fix of arch/alpha/kernel/entry.S
Date: Thu, 3 Apr 2003 22:16:03 +0900 [thread overview]
Message-ID: <20030403221603.620cd096.tomoya@olive.plala.or.jp> (raw)
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
next reply other threads:[~2003-04-03 13:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-03 13:16 Tomoya TAKA [this message]
2003-04-03 13:20 ` Ivan Kokshaysky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030403221603.620cd096.tomoya@olive.plala.or.jp \
--to=tomoya@olive.plala.or.jp \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®