From: Robert Love <rml@tech9.net>
To: Lightweight patch manager <patch@luckynet.dynu.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Ingo Molnar <mingo@elte.hu>
Subject: Re: [PATCH][2.5] make kernel scheduler use list_move_tail (1 occ)
Date: 09 Jun 2002 10:22:30 -0700 [thread overview]
Message-ID: <1023643356.1180.119.camel@sinai> (raw)
In-Reply-To: <Pine.LNX.4.44.0206090820100.25737-100000@hawkeye.luckynet.adm>
On Sun, 2002-06-09 at 07:22, Lightweight patch manager wrote:
> This makes the kernel scheduler use list_move_tail instead of more code
>
> [...]
>
> - list_del(¤t->run_list);
> - list_add_tail(¤t->run_list, array->queue + current->prio);
> + list_move_tail(¤t->run_list, array->queue + current->prio);
I guess this would be fine if I knew what list_move_tail did... or if I
had it in my tree:
[10:11:06]rml@sinai:~/kernel-2.5/linux$ grep -r list_move_tail *
[10:12:07]rml@sinai:~/kernel-2.5/linux$
???
Robert Love
next prev parent reply other threads:[~2002-06-09 17:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-09 14:22 Lightweight patch manager
2002-06-09 17:22 ` Robert Love [this message]
2002-06-09 17:26 ` Robert Love
2002-06-09 17:49 ` Thunder from the hill
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=1023643356.1180.119.camel@sinai \
--to=rml@tech9.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=patch@luckynet.dynu.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
all inboxes | Powered by JetHome®