Date: Sun, 16 Nov 2003 05:31:45 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa cy.c Message-ID: <200311161331.hAGDVjIi080683@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2003/11/16 05:31:45 PST FreeBSD src repository Modified files: sys/i386/isa cy.c Log: Restored the call to schedsofttty() (now spelled swi_sched(...)) again. Its restoration in rev.1.102 was mistranslated to the equivalent of setsofttty() in rev.1.105. This increased overheads by causing a context switch to the SWI handler after almost every interrupt. The increase was approx. 50% on a Celeron 366 (from 23 usec to 34 usec per interrupt). Revision Changes Path 1.136 +19 -14 src/sys/i386/isa/cy.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311161331.hAGDVjIi080683>