From owner-svn-src-all@FreeBSD.ORG Sat Oct 26 23:41:49 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 61679369; Sat, 26 Oct 2013 23:41:49 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from smtpauth2.wiscmail.wisc.edu (wmauth2.doit.wisc.edu [144.92.197.222]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 313BC2A21; Sat, 26 Oct 2013 23:41:47 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) id <0MVA00100UKXOI00@smtpauth2.wiscmail.wisc.edu>; Sat, 26 Oct 2013 18:41:40 -0500 (CDT) X-Spam-PmxInfo: Server=avs-2, Version=6.0.3.2322014, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2013.10.26.233314, SenderIP=0.0.0.0 X-Spam-Report: AuthenticatedSender=yes, SenderIP=0.0.0.0 Received: from wanderer.tachypleus.net (adsl-76-208-69-44.dsl.mdsnwi.sbcglobal.net [76.208.69.44]) by smtpauth2.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTPSA id <0MVA004T1V5F1V10@smtpauth2.wiscmail.wisc.edu>; Sat, 26 Oct 2013 18:41:40 -0500 (CDT) Message-id: <526C5333.3030002@freebsd.org> Date: Sat, 26 Oct 2013 18:41:39 -0500 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 To: Julio Merino Subject: Re: svn commit: r257162 - head/sys/powerpc/include References: <201310261454.r9QEsiGJ006448@svn.freebsd.org> In-reply-to: X-Enigmail-Version: 1.5.2 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Oct 2013 23:41:49 -0000 On 10/26/13 18:37, Julio Merino wrote: > On Sat, Oct 26, 2013 at 10:54 AM, Nathan Whitehorn > wrote: >> Author: nwhitehorn >> Date: Sat Oct 26 14:54:43 2013 >> New Revision: 257162 >> URL: http://svnweb.freebsd.org/changeset/base/257162 >> >> Log: >> The old trap.h (then trap_aim.h) actually had trap ID codes for Book-E CPUs. >> Use it universally. Book-E traps may also need revisiting due to the >> introduction of fixed-offset traps and the deprecation of IVORs in POWER >> ISA 2.06, but that's very much an issue for another day. >> >> Deleted: >> head/sys/powerpc/include/trap_aim.h >> head/sys/powerpc/include/trap_booke.h >> Modified: >> head/sys/powerpc/include/trap.h > This has broken sys/boot/powerpc/ps3/start.S . > Ack! Thanks, it's fixed now. -Nathan