On Wed, Aug 22, 2007 at 04:26:53PM -0500, Rob Landley wrote: > include/asm-generic/tlb.h: In function ‘tlb_flush_mmu’: > include/asm-generic/tlb.h:76: error: implicit declaration of > function ‘release_pages’ > include/asm-generic/tlb.h: In function ‘tlb_remove_page’: > include/asm-generic/tlb.h:105: error: implicit declaration of > function ‘page_cache_release’
Shouldn't the new include go in asm-generic/tlb.h instead? Index: linux-2.6.22/include/asm-generic/tlb.h =================================================================== --- linux-2.6.22.orig/include/asm-generic/tlb.h 2007-07-08 19:32:17.000000000 -0400 +++ linux-2.6.22/include/asm-generic/tlb.h 2007-08-22 17:29:45.000000000 -0400 @@ -13,6 +13,7 @@ #ifndef _ASM_GENERIC__TLB_H #define _ASM_GENERIC__TLB_H +#include <linux/pagemap.h> #include <linux/swap.h> #include <asm/pgalloc.h> #include <asm/tlbflush.h> This doesn't cause any obvious problems, but then I wasn't seeing the build failure in the first place. Jeff -- Work email - jdike at linux dot intel dot com ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel