Re: remap_page_range() -> remap_pfn_range() (2.6.11 compilation)

On Monday 14 March 2005 06:25 am, Wiktor Grebla wrote:
> Hi.
>
> Somwhere around 2.6.9 kernel remap_pfn_range() was introduced as a
> portable replacement for remap_page_range,
> presumably with some wrapper which has dissapeared recently (2.6.11),
> what resulted in "Unknown symbol" while
> loading comedi module (and the following ones because of the symbols in
> it).
>
> I've changed include/linux/mm.h slightly, hopefully without breaking
> anything.
>
> Cheers,
>     W.

The fourth argument of remap_pfn_range() has a different meaning than in 
remap_page_range().

-- 
Frank

Received on 2005-03-14Z13:00:00