<div>Hi,</div>
<div> Why does ioremap() not allow normal system RAM to be mapped in using ioremap().</div>
<div> </div>
<div> We have a need to access a portion of the normal system RAM to be mapped in non-cached.</div>
<div> </div>
<div> 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> </div>
<div> Is there another way to access this memory non-cached?</div>
<div> </div>
<div>Regards,</div>
<div>_Srinivas</div>
<div> </div>