From owner-cvs-all@FreeBSD.ORG Wed Nov 8 22:11:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 797F416A4F4; Wed, 8 Nov 2006 22:11:21 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D729943E06; Wed, 8 Nov 2006 22:09:59 +0000 (GMT) (envelope-from kmacy@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 kA8M9xvf088750; Wed, 8 Nov 2006 22:09:59 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA8M9xsJ088749; Wed, 8 Nov 2006 22:09:59 GMT (envelope-from kmacy) Message-Id: <200611082209.kA8M9xsJ088749@repoman.freebsd.org> From: Kip Macy Date: Wed, 8 Nov 2006 22:09:59 +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/sun4v/sun4v interrupt.S intr_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2006 22:11:21 -0000 kmacy 2006-11-08 22:09:59 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v interrupt.S intr_machdep.c Log: Fix for ithread interrupt handling. Don't reset the interrupt vector until after the interrupt has been handled. Also move panic_bad_hcall to local to avoid complaints from the linker on the tinderbox. Approved by: scottl (substituting for mentor rwatson) Revision Changes Path 1.2 +24 -6 src/sys/sun4v/sun4v/interrupt.S 1.2 +51 -32 src/sys/sun4v/sun4v/intr_machdep.c