From owner-cvs-src-old@FreeBSD.ORG Sun Oct 17 14:26:07 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7498B106566C for ; Sun, 17 Oct 2010 14:26:07 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4739F8FC18 for ; Sun, 17 Oct 2010 14:26:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9HEQ7tA079929 for ; Sun, 17 Oct 2010 14:26:07 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9HEQ7R9079928 for cvs-src-old@freebsd.org; Sun, 17 Oct 2010 14:26:07 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010171426.o9HEQ7R9079928@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 17 Oct 2010 14:25:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/sparc64/sparc64 mp_machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2010 14:26:07 -0000 marius 2010-10-17 14:25:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/sparc64/sparc64 mp_machdep.c Log: SVN rev 213977 on 2010-10-17 14:25:55Z by marius MFC: r213868 - In the spirit of r212559 add a comment describing what will eventually lower the PIL. - Just as with the AP ensure that the (S)TICK timer(s) are in a known state when starting BSPs. Revision Changes Path 1.52.2.9 +11 -1 src/sys/sparc64/sparc64/mp_machdep.c