[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100307.152230.09914483.davem@davemloft.net>
Date: Sun, 07 Mar 2010 15:22:30 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: ken_kawasaki@...ing.nifty.jp
CC: netdev@...r.kernel.org
Subject: Re: [kernel,2.6.33-git11] lib8390: use spin_lock_irqsave for
locking
This change is not correct.
disable_irq is being intentionally used because the reset
sequence can take a very long time and we don't want to
have cpu interrupts disabled during the entire sequence.
Otherwise slow serial devices will drop characters and
stuff like that.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists