From owner-svn-src-all@FreeBSD.ORG Sun Oct 27 21:08:47 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 791EE5FA; Sun, 27 Oct 2013 21:08:47 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail107.syd.optusnet.com.au (mail107.syd.optusnet.com.au [211.29.132.53]) by mx1.freebsd.org (Postfix) with ESMTP id 3B5752CBC; Sun, 27 Oct 2013 21:08:47 +0000 (UTC) Received: from c122-106-156-23.carlnfd1.nsw.optusnet.com.au (c122-106-156-23.carlnfd1.nsw.optusnet.com.au [122.106.156.23]) by mail107.syd.optusnet.com.au (Postfix) with ESMTPS id DAFF5D42A55; Mon, 28 Oct 2013 08:08:43 +1100 (EST) Date: Mon, 28 Oct 2013 08:08:43 +1100 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: Ian Lepore Subject: Re: svn commit: r257217 - in head/sys/arm: arm include In-Reply-To: <201310271709.r9RH9Ow8051758@svn.freebsd.org> Message-ID: <20131028080703.A1749@besplex.bde.org> References: <201310271709.r9RH9Ow8051758@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.1 cv=DstvpgP+ c=1 sm=1 tr=0 a=ebeQFi2P/qHVC0Yw9JDJ4g==:117 a=PO7r1zJSAAAA:8 a=HJ-ZpemzcVAA:10 a=kj9zAlcOel0A:10 a=JzwRw_2MAAAA:8 a=dhiH2-YPAykA:10 a=4KOMn9Ij5fW9Z8bXObAA:9 a=CjuIK1q_8ugA:10 a=hTXNkrwoIw0A:10 a=q9uEI-O3NaoA:10 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: Sun, 27 Oct 2013 21:08:47 -0000 On Sun, 27 Oct 2013, Ian Lepore wrote: > Log: > Remove the last dregs of trapframe_t. It turns out only arm was using > this type, so remove it to make arm code more consistant with other > platforms. Thanks to bde@ for pointing out only arm used trapframe_t. Thanks. Bruce