From owner-p4-projects@FreeBSD.ORG Thu Dec 23 20:15:04 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0E88716A4D0; Thu, 23 Dec 2004 20:15:04 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D543216A4CE for ; Thu, 23 Dec 2004 20:15:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE9FE43D31 for ; Thu, 23 Dec 2004 20:15:03 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBNKF3ZZ076647 for ; Thu, 23 Dec 2004 20:15:03 GMT (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBNKF3BL076644 for perforce@freebsd.org; Thu, 23 Dec 2004 20:15:03 GMT (envelope-from jhb@freebsd.org) Date: Thu, 23 Dec 2004 20:15:03 GMT Message-Id: <200412232015.iBNKF3BL076644@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin To: Perforce Change Reviews Subject: PERFORCE change 67599 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2004 20:15:04 -0000 http://perforce.freebsd.org/chv.cgi?CH=67599 Change 67599 by jhb@jhb_slimer on 2004/12/23 20:14:30 IFC @67596 (loop back). Affected files ... .. //depot/projects/smpng/sys/i386/i386/local_apic.c#21 integrate .. //depot/projects/smpng/sys/i386/include/apicvar.h#11 integrate Differences ... ==== //depot/projects/smpng/sys/i386/i386/local_apic.c#21 (text+ko) ==== @@ -32,7 +32,7 @@ */ #include -__FBSDID("$FreeBSD: src/sys/i386/i386/local_apic.c,v 1.9 2004/07/14 18:12:15 jhb Exp $"); +__FBSDID("$FreeBSD: src/sys/i386/i386/local_apic.c,v 1.10 2004/12/23 19:47:58 jhb Exp $"); #include #include ==== //depot/projects/smpng/sys/i386/include/apicvar.h#11 (text+ko) ==== @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD: src/sys/i386/include/apicvar.h,v 1.9 2004/12/07 20:15:01 ups Exp $ + * $FreeBSD: src/sys/i386/include/apicvar.h,v 1.10 2004/12/23 19:47:59 jhb Exp $ */ #ifndef _MACHINE_APICVAR_H_ @@ -106,12 +106,15 @@ * other deadlocks caused by IPI_STOP. */ +/* Interrupts for local APIC LVT entries other than the timer. */ /* * These interrupt handlers are for IPIs and local interrupts whose handlers * do not use any spin locks, so they may still be allowed when a spin lock * is held. */ #define APIC_LOCK_SAFE_INTS (APIC_TIMER_INT + 1) +#define APIC_ERROR_INT APIC_LOCAL_INTS +#define APIC_THERMAL_INT (APIC_LOCAL_INTS + 1) /* Interrupts for local APIC LVT entries other than the timer. */ #define APIC_LOCAL_INTS APIC_LOCK_SAFE_INTS