* [uml-devel] [PATCH] uml: add missing include <linux/pagemap.h> to include/asm-um/tlb.h
@ 2008-02-09 22:31 Johann Felix Soden
0 siblings, 0 replies; only message in thread
From: Johann Felix Soden @ 2008-02-09 22:31 UTC (permalink / raw)
To: Jeff Dike; +Cc: user-mode-linux-devel
From: Johann Felix Soden <johfel@users.sourceforge.net>
Reason is build error:
In file included from arch/um/kernel/smp.c:8:
include/asm/tlb.h: In function 'tlb_remove_page':
include/asm/tlb.h:101: error: implicit declaration of function 'page_cache_release'
Signed-off-by: Johann Felix Soden <johfel@users.sourceforge.net>
---
include/asm-um/tlb.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/asm-um/tlb.h b/include/asm-um/tlb.h
index 39fc475..7febf85 100644
--- a/include/asm-um/tlb.h
+++ b/include/asm-um/tlb.h
@@ -2,6 +2,7 @@
#define __UM_TLB_H
#include <linux/swap.h>
+#include <linux/pagemap.h>
#include <asm/percpu.h>
#include <asm/pgalloc.h>
#include <asm/tlbflush.h>
--
1.5.4
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-09 22:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-09 22:31 [uml-devel] [PATCH] uml: add missing include <linux/pagemap.h> to include/asm-um/tlb.h Johann Felix Soden
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.