From: Roberto Nibali <ratz@drugphish.ch>
To: Rolf Eike Beer <eike@bilbo.math.uni-mannheim.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [BUG] 2.5.35: fs.o
Date: Mon, 16 Sep 2002 16:59:01 +0200 [thread overview]
Message-ID: <3D85F1B5.7020904@drugphish.ch> (raw)
In-Reply-To: 200209161651.23546@bilbo.math.uni-mannheim.de
Hello,
> fs/fs.o: In function `flush_old_exec':
> fs/fs.o(.text+0x9b1c): undefined reference to `wait_task_inactive'
The following worked for me but I'm not convinced that this is the right
thing (tm):
--- linux-2.5.35/kernel/sched.c Mon Sep 16 04:18:24 2002
+++ linux-2.5.35-ratz/kernel/sched.c Mon Sep 16 13:29:28 2002
@@ -331,8 +331,6 @@
#endif
}
-#ifdef CONFIG_SMP
-
/*
* wait_task_inactive - wait for a thread to unschedule.
*
@@ -366,7 +364,6 @@
task_rq_unlock(rq, &flags);
preempt_enable();
}
-#endif
/*
* kick_if_running - kick the remote CPU if the task is running currently.
I think Ingo should check this and take appropriate actions. I could
also be that ../fs/exec.c and others in binfmt* should not call this
wait_task_inactive under UP anymore.
Best regards,
Roberto Nibali, ratz
--
echo '[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq'|dc
prev parent reply other threads:[~2002-09-16 14:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-16 14:51 [BUG] 2.5.35: fs.o Rolf Eike Beer
2002-09-16 14:59 ` Roberto Nibali [this message]
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=3D85F1B5.7020904@drugphish.ch \
--to=ratz@drugphish.ch \
--cc=eike@bilbo.math.uni-mannheim.de \
--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