Changelog * Provide definition of huge_update_mmu_cache (i386 does nothing in update_mmu_cache and flush_dcache_page) * Built and tested Index: linux-2.6.9/include/asm-i386/pgtable.h =================================================================== --- linux-2.6.9.orig/include/asm-i386/pgtable.h 2004-10-21 12:01:24.000000000 -0700 +++ linux-2.6.9/include/asm-i386/pgtable.h 2004-10-22 13:09:46.000000000 -0700 @@ -389,6 +389,7 @@ * bit at the same time. */ #define update_mmu_cache(vma,address,pte) do { } while (0) +#define huge_update_mmu_cache(vma,address,pte) do { } while (0) #define __HAVE_ARCH_PTEP_SET_ACCESS_FLAGS #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ do { \