Re: [uml-devel] [Patch] uml: compile error fix

2008-04-14 Thread Jeff Dike
On Sat, Apr 12, 2008 at 05:47:33PM +0800, WANG Cong wrote: > > This patch fixes this error: > > CC arch/um/kernel/smp.o > In file included from > /home/wangcong/projects/linux-2.6/arch/um/kernel/smp.c:9: > include2/asm/tlb.h: In function ‘tlb_remove_page’: > include2/asm/tlb.h:101: error:

[uml-devel] [Patch] uml: compile error fix

2008-04-12 Thread WANG Cong
This patch fixes this error: CC arch/um/kernel/smp.o In file included from /home/wangcong/projects/linux-2.6/arch/um/kernel/smp.c:9: include2/asm/tlb.h: In function ‘tlb_remove_page’: include2/asm/tlb.h:101: error: implicit declaration of function ‘page_cache_release’ make[2]: *** [arch/u