CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2012/07/09 10:09:47
Modified files: sys/arch/i386/i386: apicvec.s ioapic.c Log message: Remove apic_intrcount counting in the interrupt handlers. Not that useful anymore as a debugging tool, and it is in a rather critical path. ok kettenis