CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/04/19 13:13:57
Modified files: sys/arch/alpha/alpha: interrupt.c sys/arch/amd64/amd64: softintr.c sys/arch/i386/i386: softintr.c Log message: For consistency, make sure that all archs that use the same pattern always increment uvmexp.softs while inside the lock. While i'm here, make alpha's dispatch loop look like the rest. "sure" miod@