From owner-svn-src-all@FreeBSD.ORG Sat Oct 26 23:37:50 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 26EFECF for ; Sat, 26 Oct 2013 23:37:50 +0000 (UTC) (envelope-from julio@meroh.net) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A81F229DC for ; Sat, 26 Oct 2013 23:37:49 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id w6so1846248lbh.27 for ; Sat, 26 Oct 2013 16:37:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=dgUKXFqohEKxn3kZrLiugPyMRz6abv0u6a6T2i0SQXI=; b=gWJu4pvVylPMb+b0A4EG+DHrnwH9CGzK/19meVfEarwxePzJrrEy6+MoX8tbBfvrMu RZmSrY5SxRi44lAod4oFsbR95DbP2HkcdKHjl0P9NHFWCnioXwP/VJtRDe934moy3FSy Q3jMsm3ooL/5X+1stEO298CuDn29cqTmmztjctWiHs6vqSuZ5oBbIk/D31XZpkR3nWyW v5Isd5ObY95neuUr+Ci2LbGAZiadzmDRyIb/L0FmYpDXWvQWn9xPRwdHvujY50NDJJLl C4zfEQWnN7pH4ySPvefa9XuXbf2LiXw4yvyQ//He6Y6gfKJxl7lpvefABtOt/95S6C7w h3IA== X-Gm-Message-State: ALoCoQkIA+vMvwtIKUvaC2fahvJPuRByRa1zzilzQF2EaIDqPG78shSq6rziW8r6FkyvyF9Yuw98 X-Received: by 10.152.180.139 with SMTP id do11mr9568786lac.23.1382830661978; Sat, 26 Oct 2013 16:37:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.132.135 with HTTP; Sat, 26 Oct 2013 16:37:21 -0700 (PDT) X-Originating-IP: [108.176.158.82] In-Reply-To: <201310261454.r9QEsiGJ006448@svn.freebsd.org> References: <201310261454.r9QEsiGJ006448@svn.freebsd.org> From: Julio Merino Date: Sat, 26 Oct 2013 19:37:21 -0400 Message-ID: Subject: Re: svn commit: r257162 - head/sys/powerpc/include To: Nathan Whitehorn Content-Type: text/plain; charset=ISO-8859-1 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:37:50 -0000 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 . -- Julio Merino / @jmmv