===== include/linux/mm.h 1.193 vs edited ===== --- 1.193/include/linux/mm.h 2004-10-20 04:37:06 -04:00 +++ edited/include/linux/mm.h 2004-10-27 12:33:28 -04:00 @@ -41,6 +41,8 @@ #define MM_VM_SIZE(mm) TASK_SIZE #endif +#define nth_page(page,n) pfn_to_page(page_to_pfn((page)) + n) + /* * Linux kernel virtual memory manager primitives. * The idea being to have a "virtual" mm in the same way