<div>Hi,</div>
<div>&nbsp;Why does ioremap() not allow normal system RAM to be mapped in using ioremap().</div>
<div>&nbsp;</div>
<div>&nbsp;We have a need to access&nbsp;a portion of the normal system RAM to be mapped in non-cached.</div>
<div>&nbsp;</div>
<div>&nbsp;To simulate, I used kmalloc() to allocate the memory and then passed the virt_to_phys() of the memory to ioremap() but then noticed that ioremap() wont allow it.</div>
<div>&nbsp;</div>
<div>&nbsp;Is there another way to access this memory non-cached?</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>_Srinivas</div>
<div>&nbsp;</div>