Port-sparc64 archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: /netbsd: panic: cpu0: ipi_send: couldn't send ipi to UPAID2
On Wed, Feb 09, 2011 at 04:21:02PM +0100, Volkmar Seifert wrote:
> I've seen that the delay is called with a fixed value of 1. May be a
> slightly bigger random-value would help here, too.
Could you try to reproduce the problem with either
DELAY(i < 200 ? 1 : 25);
or
DELAY(i & 7);
?
Thanks,
Martin
Home |
Main Index |
Thread Index |
Old Index