All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sparc64: add linux/pagemap.h to asm/tlb.h
@ 2007-06-28 13:14 Alexey Dobriyan
  2007-06-29  4:25 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Dobriyan @ 2007-06-28 13:14 UTC (permalink / raw)
  To: sparclinux

As seen on sparc64-allnoconfig:

  CC      arch/sparc64/mm/tlb.o
In file included from arch/sparc64/mm/tlb.c:19:
include/asm/tlb.h: In function 'tlb_flush_mmu':
include/asm/tlb.h:60: warning: implicit declaration of function 'release_pages'
include/asm/tlb.h: In function 'tlb_remove_page':
include/asm/tlb.h:92: warning: implicit declaration of function 'page_cache_release'

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
---

 include/asm-sparc64/tlb.h |    1 +
 1 file changed, 1 insertion(+)

--- a/include/asm-sparc64/tlb.h
+++ b/include/asm-sparc64/tlb.h
@@ -2,6 +2,7 @@
 #define _SPARC64_TLB_H
 
 #include <linux/swap.h>
+#include <linux/pagemap.h>
 #include <asm/pgalloc.h>
 #include <asm/tlbflush.h>
 #include <asm/mmu_context.h>


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

* Re: [PATCH] sparc64: add linux/pagemap.h to asm/tlb.h
  2007-06-28 13:14 [PATCH] sparc64: add linux/pagemap.h to asm/tlb.h Alexey Dobriyan
@ 2007-06-29  4:25 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-06-29  4:25 UTC (permalink / raw)
  To: sparclinux

From: Alexey Dobriyan <adobriyan@sw.ru>
Date: Thu, 28 Jun 2007 17:14:48 +0400

> As seen on sparc64-allnoconfig:
> 
>   CC      arch/sparc64/mm/tlb.o
> In file included from arch/sparc64/mm/tlb.c:19:
> include/asm/tlb.h: In function 'tlb_flush_mmu':
> include/asm/tlb.h:60: warning: implicit declaration of function 'release_pages'
> include/asm/tlb.h: In function 'tlb_remove_page':
> include/asm/tlb.h:92: warning: implicit declaration of function 'page_cache_release'
> 
> Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>

Patch applied, thanks a lot Alexey.

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

end of thread, other threads:[~2007-06-29  4:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-28 13:14 [PATCH] sparc64: add linux/pagemap.h to asm/tlb.h Alexey Dobriyan
2007-06-29  4:25 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.