Subject: spl fixes for magma
To: None <port-sparc@netbsd.org, port-sparc64@netbsd.org>
From: Chuck Silvers <chuq@chuq.com>
List: port-sparc64
Date: 02/12/2006 13:53:25
hi,

I was looking at PR 29516, and I noticed that there are lots of places
that it's modifying mp_flags (which is modified in magma_hard())
without blocking serial interrupts.  I fixed that and got rid of some
of those flags that weren't necessary.  could someone look at the patch?
(or better yet, test it?)  the diff is at

	ftp://ftp.netbsd.org/pub/NetBSD/misc/chs/diff.magma.3

-Chuck