From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfVVo-0002KY-5S for qemu-devel@nongnu.org; Mon, 03 Dec 2012 07:52:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TfVVn-00081J-6e for qemu-devel@nongnu.org; Mon, 03 Dec 2012 07:52:40 -0500 Date: Mon, 3 Dec 2012 13:52:36 +0100 From: Stefan Hajnoczi Message-ID: <20121203125236.GB6048@stefanha-thinkpad.redhat.com> References: <1353302029-14255-1-git-send-email-peter.crosthwaite@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1353302029-14255-1-git-send-email-peter.crosthwaite@xilinx.com> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] arm: a9mpcore: remove un-used ptimer_iomem field List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: qemu-trivial@nongnu.org, peter.maydell@linaro.org, qemu-devel@nongnu.org On Mon, Nov 19, 2012 at 03:13:49PM +1000, Peter Crosthwaite wrote: > I'm guessing this is a hangover from a previous coreification of the mptimer > sub-module. This field is completely unused - removed. > > Signed-off-by: Peter Crosthwaite > --- > hw/a9mpcore.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan