diff -prauN pgcl-2.6.0-test5-bk3-12/include/asm-generic/rmap.h pgcl-2.6.0-test5-bk3-13/include/asm-generic/rmap.h --- pgcl-2.6.0-test5-bk3-12/include/asm-generic/rmap.h 2003-11-26 05:39:15.000000000 -0800 +++ pgcl-2.6.0-test5-bk3-13/include/asm-generic/rmap.h 2003-11-26 06:16:59.000000000 -0800 @@ -88,7 +88,7 @@ static inline struct mm_struct *pte_padd static inline struct mm_struct *ptep_to_mm(pte_t *pte) { - pte_addr_t pfn = kmap_atomic_to_pfn(ptep); + pte_addr_t pfn = kmap_atomic_to_pfn(pte); return pte_paddr_to_mm(MMUPAGE_SIZE*pfn); } #else