Re: [patch][rfc] 2/5: micro optimisation for mm/rmap.c

From: William Lee Irwin III
Date: Thu Jun 23 2005 - 04:23:22 EST


On Thu, Jun 23, 2005 at 05:06:35PM +1000, Nick Piggin wrote:
> + index = (address - vma->vm_start) >> PAGE_SHIFT;
> + index += vma->vm_pgoff;
> + index >>= PAGE_CACHE_SHIFT - PAGE_SHIFT;
> + page->index = index;

linear_page_index()


-- wli
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/