From owner-cvs-src@FreeBSD.ORG Fri May 23 19:53:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6717106567C; Fri, 23 May 2008 19:53:50 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 997428FC23; Fri, 23 May 2008 19:53:50 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4NJroIr026621; Fri, 23 May 2008 19:53:50 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NJro8f026620; Fri, 23 May 2008 19:53:50 GMT (envelope-from marcel) Message-Id: <200805231953.m4NJro8f026620@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 23 May 2008 19:53:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/ia64 interrupt.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: Fri, 23 May 2008 19:53:51 -0000 marcel 2008-05-23 19:53:50 UTC FreeBSD src repository Modified files: sys/ia64/ia64 interrupt.c Log: Account for IPI_PREEMPT. We don't want to call sched_preempt() with interrupts disabled or with td_intr_nesting_level non-zero. Revision Changes Path 1.69 +10 -4 src/sys/ia64/ia64/interrupt.c