From 082ff0a9991dcea958785115fbba6dddd0dc280a Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Tue, 12 Jul 2005 13:58:18 -0700 Subject: [PATCH] [PATCH] mm/filemap_xip.c compilation fix mm/filemap_xip.c: In function `__xip_unmap': mm/filemap_xip.c:194: request for member `pte' in something not a structure or union Apparently pte_pfn() takes a pte_t, not a pointer to a pte_t. From looking at asm/page.h, it seems to be the same on ia32 or ppc (iff STRICT_MM_TYPECHECKS is enabled, which is disabled by default on ppc). Acked-by: Carsten Otte Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed