CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2010/03/01 00:08:27

Modified files:
        sys/arch/amd64/amd64: machdep.c 

Log message:
bring the splassert semantic from sparc64 to amd64. splassert in interrupt
handlers now checks that the spl the isr was established at is the same as
the one passed to splassert. this lets you check that isrs dont enter code
that have insufficient protection if entered from process context.

ok kettenis@

Reply via email to