From: Jeff Garzik <jgarzik@mandrakesoft.com>
To: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>,
Jay Estabrook <Jay.Estabrook@compaq.com>,
andrea@suse.de, frival@zk3.dec.com, linux-kernel@vger.kernel.org,
mingo@redhat.com
Subject: Re: Alpha update for 2.5.3
Date: Thu, 07 Feb 2002 20:20:53 -0500 [thread overview]
Message-ID: <3C6327F5.56C5F809@mandrakesoft.com> (raw)
In-Reply-To: <20020207211329.A861@jurassic.park.msu.ru> <20020207165949.A3759@are.twiddle.net>
First comment, the below is what Ingo suggested for
sched_find_first_zero_bit. Note that this version is -before- the bit
array changed from [I believe] 140 to 100 bits.
Second comment, some of the bits in your patch are in 2.5.3-pre3. [but
drivers/ide/ide-dma.c does not compile for me, unrelated to alpha...]
> static inline int sched_find_first_zero_bit(unsigned long *b)
> {
> unsigned long rt;
>
> rt = b[0] & b[1];
> if (unlikely(rt != -1UL))
> return find_first_zero_bit(b, MAX_RT_PRIO);
>
> return ffz(b[2]) + MAX_RT_PRIO;
> }
--
Jeff Garzik | "I went through my candy like hot oatmeal
Building 1024 | through an internally-buttered weasel."
MandrakeSoft | - goats.com
next prev parent reply other threads:[~2002-02-08 1:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20020207211329.A861@jurassic.park.msu.ru>
2002-02-08 0:59 ` Alpha update for 2.5.3 Richard Henderson
2002-02-08 1:20 ` Jeff Garzik [this message]
2002-02-08 1:56 ` Skip Ford
2002-02-08 3:53 ` Andre Hedrick
2002-02-08 4:06 ` Skip Ford
2002-02-08 9:33 ` Jens Axboe
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=3C6327F5.56C5F809@mandrakesoft.com \
--to=jgarzik@mandrakesoft.com \
--cc=Jay.Estabrook@compaq.com \
--cc=andrea@suse.de \
--cc=frival@zk3.dec.com \
--cc=ink@jurassic.park.msu.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=rth@twiddle.net \
/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