On Wed, Mar 16, 2005 at 06:55:13PM -0500, Rik van Riel wrote: > Thing is, the rest of the kernel uses virt_to_phys for > two different things. Only one of them has to do with > the real physical address, the other is about getting > the page frame number.
The latter usage has been converted to page_to_pfn(virt_to_page(v)) in the places I checked. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/