From owner-cvs-src@FreeBSD.ORG Fri Aug 15 08:23:14 2003 Return-Path: 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 632AC37B401; Fri, 15 Aug 2003 08:23:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F06D043F3F; Fri, 15 Aug 2003 08:23:13 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7FFND0U061599; Fri, 15 Aug 2003 08:23:13 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7FFNDlX061598; Fri, 15 Aug 2003 08:23:13 -0700 (PDT) Message-Id: <200308151523.h7FFNDlX061598@repoman.freebsd.org> From: John Baldwin Date: Fri, 15 Aug 2003 08:23:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/include apic.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 15 Aug 2003 15:23:14 -0000 jhb 2003/08/15 08:23:13 PDT FreeBSD src repository Modified files: sys/i386/include apic.h Log: - Fix a duplicated typo. - Add a macro for the logical shift needed to extract an APIC ID from either from the local APIC ICR Hi register or the APIC ID registers of the local and IO APICs. Revision Changes Path 1.23 +3 -3 src/sys/i386/include/apic.h