tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: mutexes, IPL, tty locking
On Tue, Nov 03, 2009 at 07:26:25PM +0900, Masao Uebayashi wrote:
> What if one thread is about to
> access PCI. Unplug interrupt happens, you execute detach process in IPL_HIGH
> interrupt. Now back to the original thread, it just accesses PCI and you
> lose...
There is a window of time where accesses "in flight" (for example,
posted writes) or an instruction sequence in progress will generate
exceptions. I plan to deal with those exceptions. To keep the window
of time manageable, I will service PCI exceptions and device-detachment
notifications at a high priority.
Dave
--
David Young OJC Technologies
dyoung%ojctech.com@localhost Urbana, IL * (217) 278-3933
- References:
- mutexes, IPL, tty locking
- Re: mutexes, IPL, tty locking
- Re: mutexes, IPL, tty locking
- From: Mindaugas Rasiukevicius
- Re: mutexes, IPL, tty locking
- Re: mutexes, IPL, tty locking
Home |
Main Index |
Thread Index |
Old Index