From owner-cvs-src-old@FreeBSD.ORG Fri May 27 23:19:03 2011 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 5C56B1065680 for ; Fri, 27 May 2011 23:19:03 +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 4BA148FC18 for ; Fri, 27 May 2011 23:19:03 +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 p4RNJ3ZW033851 for ; Fri, 27 May 2011 23:19:03 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p4RNJ3hv033850 for cvs-src-old@freebsd.org; Fri, 27 May 2011 23:19:03 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <201105272319.p4RNJ3hv033850@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Fri, 27 May 2011 23:18:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/booke platform_bare.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: Fri, 27 May 2011 23:19:03 -0000 marcel 2011-05-27 23:18:41 UTC FreeBSD src repository Modified files: sys/powerpc/booke platform_bare.c Log: SVN rev 222392 on 2011-05-27 23:18:41Z by marcel o The P1020(E) & P2020(E) also have two cores. This conditional has a tendency to grow unwieldy so we may want to revisit this in due time. o Simplify the CPU reset function by writing to the reset control register irrespective of whether the CPU has one and automatically falling back to the debug control register if we didn't reset the CPU. The side-effect is that we now properly reset future processors without first having to add the system version to the list. Revision Changes Path 1.11 +20 -18 src/sys/powerpc/booke/platform_bare.c