From: emann@mrv.com (Eran Mann)
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [patch] Real-Time Preemption, -RT-2.6.12-rc5-V0.7.47-10
Date: Tue, 31 May 2005 10:28:06 +0300 [thread overview]
Message-ID: <429C1206.5000707@mrv.com> (raw)
In-Reply-To: <20050527072810.GA7899@elte.hu>
Ingo Molnar wrote:
> i have released the -V0.7.47-10 Real-Time Preemption patch, which can be
> downloaded from the usual place:
>
> http://redhat.com/~mingo/realtime-preempt/
>
I tried to compile -V0.7.47-15 and it fails to compile.
net/sunrpc/sched.c: In function `rpc_run_timer':
net/sunrpc/sched.c:107: error: `RPC_TASK_HAS_TIMER' undeclared (first
use in this function)
...
It seems the following hunk of the patch is bogus as it removes a
required define:
--- linux/include/linux/sunrpc/sched.h.orig
+++ linux/include/linux/sunrpc/sched.h
@@ -138,7 +138,6 @@ typedef void
(*rpc_action)(struct rpc_
#define RPC_TASK_RUNNING 0
#define RPC_TASK_QUEUED 1
#define RPC_TASK_WAKEUP 2
-#define RPC_TASK_HAS_TIMER 3
#define RPC_IS_RUNNING(t) (test_bit(RPC_TASK_RUNNING,
&(t)->tk_runstate))
#define rpc_set_running(t) (set_bit(RPC_TASK_RUNNING,
&(t)->tk_runstate))
next prev parent reply other threads:[~2005-05-31 7:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-27 7:28 [patch] Real-Time Preemption, -RT-2.6.12-rc5-V0.7.47-10 Ingo Molnar
2005-05-27 12:48 ` Gene Heskett
2005-05-31 7:28 ` Eran Mann [this message]
2005-05-31 8:18 ` [patch] Real-Time Preemption, -RT-2.6.12-rc5-V0.7.47-15 Serge Noiraud
2005-05-31 8:55 ` Michal Schmidt
2005-05-31 12:09 ` Gene Heskett
2005-05-31 16:17 ` Gene Heskett
2005-06-01 8:01 ` [patch] Real-Time Preemption, -RT-2.6.12-rc5-V0.7.47-10 Ingo Molnar
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=429C1206.5000707@mrv.com \
--to=emann@mrv.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/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