linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] swiotlb: make io_tlb_overflow static
@ 2010-08-02 14:48 FUJITA Tomonori
  2010-08-02 15:52 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 2+ messages in thread
From: FUJITA Tomonori @ 2010-08-02 14:48 UTC (permalink / raw)
  To: konrad.wilk; +Cc: linux-kernel, linux-arch

We don't need to export io_tlb_overflow_buffer. I'll remove
io_tlb_overflow_buffer completely in the long term though.

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>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-02 15:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-02 14:48 [PATCH -next] swiotlb: make io_tlb_overflow static FUJITA Tomonori
2010-08-02 15:52 ` Konrad Rzeszutek Wilk

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).