linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org
Subject: Re: [PATCH -next] swiotlb: make io_tlb_overflow static
Date: Mon, 2 Aug 2010 11:52:48 -0400	[thread overview]
Message-ID: <20100802155248.GA9177@phenom.dumpdata.com> (raw)
In-Reply-To: <20100802234722U.fujita.tomonori@lab.ntt.co.jp>

On Mon, Aug 02, 2010 at 11:48:06PM +0900, FUJITA Tomonori wrote:
> We don't need to export io_tlb_overflow_buffer. I'll remove
> io_tlb_overflow_buffer completely in the long term though.

<nods>

> This can be applied to:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6.git
> 
> =
> From: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
> Subject: [PATCH] swiotlb: make io_tlb_overflow static
> 
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>

Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

I've stuck it in a new branch (devel/swiotlb-0.9).

> ---
>  lib/swiotlb.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/lib/swiotlb.c b/lib/swiotlb.c
> index a009055..72c382c 100644
> --- a/lib/swiotlb.c
> +++ b/lib/swiotlb.c
> @@ -78,7 +78,7 @@ static unsigned long io_tlb_nslabs;
>   */
>  static unsigned long io_tlb_overflow = 32*1024;
>  
> -void *io_tlb_overflow_buffer;
> +static void *io_tlb_overflow_buffer;
>  
>  /*
>   * This is a free list describing the number of free entries available from
> -- 
> 1.6.5
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

      reply	other threads:[~2010-08-02 15:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-02 14:48 [PATCH -next] swiotlb: make io_tlb_overflow static FUJITA Tomonori
2010-08-02 15:52 ` Konrad Rzeszutek Wilk [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=20100802155248.GA9177@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=fujita.tomonori@lab.ntt.co.jp \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@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).