]> xenbits.xen.org Git - xenclient/kernel.git/commitdiff
Signed-off-by: Andrew Morton <akpm@linux-foundation.org> maps2-patches/maps2-move-the-page-walker-code-to-lib.patch
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 6 Jan 2009 12:06:05 +0000 (12:06 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 6 Jan 2009 12:06:05 +0000 (12:06 +0000)
---

 lib/pagewalk.c |    1 +
 1 file changed, 1 insertion(+)

lib/pagewalk.c

index 51f197393060e0d46da5f9f32b113081879536bd..8737ad06cebe1c5cb72ef1316f27f850503725de 100644 (file)
@@ -1,5 +1,6 @@
 #include <linux/mm.h>
 #include <linux/highmem.h>
+#include <linux/sched.h>
 
 static int walk_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end,
                          struct mm_walk *walk, void *private)