[SPARC64] sunhv: Fix locking in sunhv_start_tx()
authorDavid S. Miller <davem@sunset.davemloft.net>
Sun, 19 Feb 2006 00:32:22 +0000 (16:32 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:13:38 +0000 (01:13 -0800)
Caller takes the lock already.

Also, fixup the poll loop in sunhv_break_ctl().  Just
like in console write, we udelay(2) and use a loop
limit of 1000000 iterations.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found