remap_page_range not resolved

2005-07-08 Thread Ralph Siemsen
Kumar Gala wrote: > This is probably due to the change of remap_page_range to > remap_pfn_range. I forget the exact kernel version this was changed in. It just happened in 2.6.12. http://lwn.net/Articles/129480/ -R

remap_page_range not resolved

2005-07-07 Thread David Woodhouse
On Thu, 2005-07-07 at 14:58 -0700, Bizhan Gholikhamseh (bgholikh) wrote: > I am porting a Linux PCI driver originally developed for X86 platform to > MPC8540ADS reference board by Freescale running 2.6 Linux. > The "insmod" command fails when I am trying to load the module. The > failure is becau

remap_page_range not resolved

2005-07-07 Thread Kumar Gala
This is probably due to the change of remap_page_range to remap_pfn_range. I forget the exact kernel version this was changed in. - kumar On Jul 7, 2005, at 4:58 PM, Bizhan Gholikhamseh \\((bgholikh\\)) wrote: > Hi All, > I am porting a Linux PCI driver originally developed for X86 > platfo

remap_page_range not resolved

2005-07-07 Thread Bizhan Gholikhamseh (bgholikh)
Hi All, I am porting a Linux PCI driver originally developed for X86 platform to MPC8540ADS reference board by Freescale running 2.6 Linux. The "insmod" command fails when I am trying to load the module. The failure is because the reference to a function name can not be resolved: "remap_page_rang