From owner-cvs-src@FreeBSD.ORG Thu May 18 22:07:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E585816A437; Thu, 18 May 2006 22:07:28 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F8E743D48; Thu, 18 May 2006 22:07:28 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IM71eT015252; Thu, 18 May 2006 22:07:01 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IM71uA015251; Thu, 18 May 2006 22:07:01 GMT (envelope-from jhb) Message-Id: <200605182207.k4IM71uA015251@repoman.freebsd.org> From: John Baldwin Date: Thu, 18 May 2006 22:07:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/amd64 io_apic.c src/sys/i386/i386 io_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 22:07:34 -0000 jhb 2006-05-18 22:07:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 io_apic.c sys/i386/i386 io_apic.c Log: MFC: Cache the value of the lower half of each I/O APIC redirection table entry and thus cut the execution time for masking and unmasking I/O APIC pins in half. Revision Changes Path 1.15.2.5 +4 -6 src/sys/amd64/amd64/io_apic.c 1.20.2.5 +4 -6 src/sys/i386/i386/io_apic.c