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_range"
Could someone help me please to find out what I am missing from my
kernel image?
Regards,
Bizhan
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 because the reference to a function name can not be resolved:
"remap_page_range"
Could someone help me please to find out what I am missing from my
kernel image?
You forgot to include a reference to the source code of the driver
you're having trouble with.
Don't post HTML mail to public fora.
--
dwmw2
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
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_range"
Could someone help me please to find out what I am missing from my
kernel image?
Regards,
Bizhan
<ATT507020.txt>