Results 1 to 1 of 1
Iam porting the device driver form x86_64 to IA64 mechine
now i am facing the problem with ioremap()
I am using large buffer like 256MB reserved with elilo.conf, after booting ...
- 10-14-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 9
problem with ioremap() on IA64 **************
Iam porting the device driver form x86_64 to IA64 mechine
now i am facing the problem with ioremap()
I am using large buffer like 256MB reserved with elilo.conf, after booting iam mapping the real memory into kernel space.
retaddr = ioremap(0x80000000,(256*1024*1024));
retaddr value is 0xC000000080000000
when iam trying to write / read retaddr system reboots
can any body help ME
thanking in advance
Srinivas Reddy. CH
9989437777


Reply With Quote