From owner-cvs-src-old@FreeBSD.ORG Tue Mar 30 20:12:57 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 80764106566B for ; Tue, 30 Mar 2010 20:12:57 +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 6EF858FC19 for ; Tue, 30 Mar 2010 20:12:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o2UKCvgN011063 for ; Tue, 30 Mar 2010 20:12:57 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o2UKCvBB011062 for cvs-src-old@freebsd.org; Tue, 30 Mar 2010 20:12:57 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201003302012.o2UKCvBB011062@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Tue, 30 Mar 2010 20:12:42 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/sparc64/sparc64 locore.S mp_locore.S 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: Tue, 30 Mar 2010 20:12:57 -0000 marius 2010-03-30 20:12:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/sparc64/sparc64 locore.S mp_locore.S Log: SVN rev 205924 on 2010-03-30 20:12:42Z by marius MFC: r203833 - At least the trap table of the Sun Fire V1280 firmware apparently has no cleanwindows handler so just remove trying to trigger it from _start and the AP trampoline code as that leads to a crash there. This should be okay as leaking data from the OFW via the CPU registers on start of the kernel should be no real concern. - Make the comments of _start and the AP trampoline code regarding the initializations they perform match each other and reality. - Make the comments of the AP trampoline code regarding iTLB accesses refer to the right macro. Revision Changes Path 1.25.2.2 +5 -3 src/sys/sparc64/sparc64/locore.S 1.11.2.2 +9 -7 src/sys/sparc64/sparc64/mp_locore.S