From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzVLc-0005Yw-IC for qemu-devel@nongnu.org; Mon, 01 Jun 2015 15:26:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzVLX-0001cf-AD for qemu-devel@nongnu.org; Mon, 01 Jun 2015 15:26:08 -0400 Received: from mail-qk0-x231.google.com ([2607:f8b0:400d:c09::231]:35180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzVLW-0001cW-Ml for qemu-devel@nongnu.org; Mon, 01 Jun 2015 15:26:03 -0400 Received: by qkhq76 with SMTP id q76so60827465qkh.2 for ; Mon, 01 Jun 2015 12:26:02 -0700 (PDT) Sender: Richard Henderson Message-ID: <556CB1C6.3070301@twiddle.net> Date: Mon, 01 Jun 2015 12:25:58 -0700 From: Richard Henderson MIME-Version: 1.0 References: <43ceca65a3fa240efac49aa0bf604ad0442e1710.1433052532.git.crosthwaite.peter@gmail.com> In-Reply-To: <43ceca65a3fa240efac49aa0bf604ad0442e1710.1433052532.git.crosthwaite.peter@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v2 13/34] cpu-defs: Move out TB_JMP defines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , qemu-devel@nongnu.org Cc: edgar.iglesias@gmail.com, Peter Crosthwaite , pbonzini@redhat.com, afaerber@suse.de, peter.maydell@linaro.org On 05/30/2015 11:11 PM, Peter Crosthwaite wrote: > These are not Architecture specific in any way so move them out of > cpu-defs.h. tb-hash.h is an appropriate place as a leading user and > their strong relationship to TB hashing and caching. > > Signed-off-by: Peter Crosthwaite > --- > include/exec/cpu-defs.h | 8 -------- > include/exec/tb-hash.h | 8 ++++++++ > 2 files changed, 8 insertions(+), 8 deletions(-) Reviewed-by: Richard Henderson r~