From owner-cvs-all@FreeBSD.ORG Fri Apr 15 00:21:24 2005 Return-Path: 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 8033216A4CE; Fri, 15 Apr 2005 00:21:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53AF543D1D; Fri, 15 Apr 2005 00:21:24 +0000 (GMT) (envelope-from marcel@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 j3F0LOET007223; Fri, 15 Apr 2005 00:21:24 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3F0LO8a007222; Fri, 15 Apr 2005 00:21:24 GMT (envelope-from marcel) Message-Id: <200504150021.j3F0LO8a007222@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 15 Apr 2005 00:21:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 15 Apr 2005 00:21:24 -0000 marcel 2005-04-15 00:21:24 UTC FreeBSD src repository Modified files: sys/ia64/ia64 mp_machdep.c Log: Initialize curthread before we save the APs MCA state. Saving the MCA state requires a spin lock, which requires a valid curthread. This change allows SMP kernels to boot into multi-user again. While here, update the copyright notice and use __FBSDID for the revision string. Revision Changes Path 1.55 +8 -6 src/sys/ia64/ia64/mp_machdep.c