login
Header Space

 
 

Re: ahc/ahd locking

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <kernel@...>
Date: Sunday, January 13, 2008 - 4:35 pm

:I took the changes out, and I'm running a stock kernel, and it seems to
:be ok.  So it's gotta be something going on.  Maybe i should just use
:lockmgr locks, and forget the intr/serializer stuff?
:
:--Peter

    It's up to you.  lockmgr will work.  The advantage of using the
    serializer is that the interrupt subsystem can determine whether the
    interlock will block *before* trying to call the interrupt procedure,
    which can be beneficial when multiple devices share the same irq.

    I'd say... get it working and stable first, then worry about making
    it efficient.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: ahc/ahd locking, Matthew Dillon, (Sun Jan 13, 4:35 pm)
Re: ahc/ahd locking, Peter Avalos, (Sun Jan 13, 8:25 pm)
Re: ahc/ahd locking, Peter Avalos, (Sun Jan 13, 9:29 pm)
speck-geostationary