From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: Grant Grundler <grundler@google.com>
Cc: linux-ide@vger.kernel.org, jeff@garzik.org
Subject: Re: [PATCH] libata: PIO bounce copies to avoid long IRQ off runs
Date: Tue, 29 Apr 2008 17:21:34 +0100 [thread overview]
Message-ID: <20080429172134.6e6d6b0a@core> (raw)
In-Reply-To: <da824cf30804290851g117b97e4u6952f64d02a09f02@mail.gmail.com>
> > - kunmap_atomic(buf, KM_IRQ0);
> > - local_irq_restore(flags);
> > + if (PageHighMem(page) || 1 /* TEST FIXME */) {
>
> Did you want the "|| 1" code committed as well?
Well it was more for discussion but no I didn't. Well spotted 8)
Alan
next prev parent reply other threads:[~2008-04-29 16:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-29 13:47 [PATCH] libata: PIO bounce copies to avoid long IRQ off runs Alan Cox
2008-04-29 15:51 ` Grant Grundler
2008-04-29 16:21 ` Alan Cox [this message]
2008-04-29 22:01 ` [PATCH] " Jeff Garzik
2008-04-29 22:01 ` Alan Cox
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=20080429172134.6e6d6b0a@core \
--to=alan@lxorguk.ukuu.org.uk \
--cc=grundler@google.com \
--cc=jeff@garzik.org \
--cc=linux-ide@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;
as well as URLs for NNTP newsgroup(s).