- From: Wiktor Grebla <greblus_at_poczta.onet.pl>
- Date: Mon, 14 Mar 2005 15:06:52 +0100
Frank Mori Hess wrote:
>
>The fourth argument of remap_pfn_range() has a different meaning than in
>remap_page_range().
>
>
>
Heh, I knew I shoud've checked it twice :( sorry.
I've found the inline function which has been removed:
static inline int remap_page_range(struct vm_area_struct *vma,
unsigned long uvaddr,
unsigned long paddr,
unsigned long size, pgprot_t prot)
{
return *remap_pfn_range*(vma, uvaddr, paddr >> PAGE_SHIFT, size, prot);
}
so the third argument differs.
Regards,
W.
Received on 2005-03-14Z14:06:52