public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Kyle McMartin <kyle@mcmartin.ca>
To: Joel Soete <soete.joel@scarlet.be>
Cc: Kyle McMartin <kyle@mcmartin.ca>,
	linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ccio_clear_io_tlb() don't need to compute io page number a second time.
Date: Sat, 19 Jul 2008 22:27:40 -0400	[thread overview]
Message-ID: <20080720022740.GA6427@phobos.i.cabal.ca> (raw)
In-Reply-To: <48825DD0.5000308@scarlet.be>

On Sat, Jul 19, 2008 at 09:34:08PM +0000, Joel Soete wrote:
> --- a/drivers/parisc/ccio-dma.c	2008-07-19 21:17:37.000000000 +0000
> +++ b/drivers/parisc/ccio-dma.c	2008-07-19 21:32:54.000000000 +0000
> @@ -643,7 +643,6 @@
>  {
>  	u32 chain_size = 1 << ioc->chainid_shift;
>
> -	iovp &= IOVP_MASK;	/* clear offset bits, just want pagenum */
>  	byte_cnt += chain_size;
>
>  	while(byte_cnt > chain_size) {

applied.

      reply	other threads:[~2008-07-20  2:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-19 21:34 [PATCH] ccio_clear_io_tlb() don't need to compute io page number a second time Joel Soete
2008-07-20  2:27 ` Kyle McMartin [this message]

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=20080720022740.GA6427@phobos.i.cabal.ca \
    --to=kyle@mcmartin.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=soete.joel@scarlet.be \
    /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