[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MMIO regions



On Mon, 4 Oct 1999, Stephen C. Tweedie wrote:

> Hi,
> 
> On Mon, 4 Oct 1999 10:38:13 -0400 (EDT), James Simmons
> <jsimmons@edgeglobal.com> said:
> 
> >    I noticed something for SMP machines with all the dicussion about
> > concurrent access to memory regions. What happens when you have two
> > processes that have both mmapped the same MMIO region for some card.
> 
> The kernel doesn't impose any limits against this.  If you want to make
> this impossible, then you need to add locking to the driver itself to
> prevent multiple processes from conflicting.

And if the process holding the locks dies then no other process can access
this resource. Also if the program forgets to release the lock you end up
with other process never being able to access this piece of hardware.   

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://humbolt.geo.uu.nl/Linux-MM/