From: Robert Love <rml@tech9.net>
To: listmail@majere.epithna.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: Error: compiling with preempt-kernel-rml-2.4.15-1.patch
Date: 23 Nov 2001 20:21:24 -0500 [thread overview]
Message-ID: <1006564887.1343.7.camel@icbm> (raw)
In-Reply-To: <Pine.LNX.4.33.0111231906210.3406-100000@majere.epithna.com>
In-Reply-To: <Pine.LNX.4.33.0111231906210.3406-100000@majere.epithna.com>
On Fri, 2001-11-23 at 19:13, listmail@majere.epithna.com wrote:
> I applied the preempt-kernel-rml-2.4.15-1.patch file to a clean
> just untarred 2.14.15 kernel source, and began to compile got the
> following error.
> I know the source is good, I compiled a non-patched Kernel from the same
> archive earlier, re-extracted after the error, repeated, redownloaded,
> reextracted. repeated.
Hm, that is what I get for trying to get a release out while away for
Thanksgiving ...
try changing:
if (task_on_runqueue(prev) && !prev->has_cpu)
to:
if (task_on_runqueue(prev) && !task_has_cpu(prev))
in kernel/sched.c on line 509.
I'll put a new revision of the patch out when I get a chance ...
Robert Love
next prev parent reply other threads:[~2001-11-24 1:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-24 0:13 Error: compiling with preempt-kernel-rml-2.4.15-1.patch listmail
2001-11-24 1:21 ` Robert Love [this message]
2001-11-24 1:42 ` Steven Walter
2001-11-24 16:43 ` Robert Love
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=1006564887.1343.7.camel@icbm \
--to=rml@tech9.net \
--cc=linux-kernel@vger.kernel.org \
--cc=listmail@majere.epithna.com \
/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