Re: Does io_remap_page_range() take 5 or 6 args?

From: William Lee Irwin III
Date: Wed Aug 18 2004 - 16:19:02 EST


On Wed, 18 Aug 2004 13:53:38 -0700 William Lee Irwin III wrote:
>> Once it's decided how many it really takes, I'll fix up sparc32 as-needed.

On Wed, Aug 18, 2004 at 01:56:38PM -0700, David S. Miller wrote:
> (sorry for the emply reply previously)
> It needs 6 unless we start passing in a 64-bit value to io_remap_page_range()
> for the 'offset' parameter.
> Physical I/O addresses are 36-bits or so on sparc32 systems, which is
> why we need to pass in "offset" and "space".

We should pass 64-bit values to remap_page_range() also, then. Or
perhaps passing pfn's to both suffices, as it all has to be page
aligned anyway.


-- 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/