ioremap() twice on same memory mapped area?

Dan Malek dan at embeddedalley.com
Sun Aug 20 00:13:18 EST 2006


On Aug 19, 2006, at 2:52 AM, Parav Pandit wrote:

> Question is:
> Can both the driver call the ioremap() on the same space and get  
> the different virtual address?

Yes, and depending upon the implementation and optimizations,
they may also get the same virtual address.  It will work as you
intend.


	-- Dan




More information about the Linuxppc-embedded mailing list