From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzVGQ-000301-CU for qemu-devel@nongnu.org; Mon, 01 Jun 2015 15:20:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzVGN-00005X-5t for qemu-devel@nongnu.org; Mon, 01 Jun 2015 15:20:46 -0400 Received: from mail-qk0-x236.google.com ([2607:f8b0:400d:c09::236]:33262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzVGN-00005T-2X for qemu-devel@nongnu.org; Mon, 01 Jun 2015 15:20:43 -0400 Received: by qkhg32 with SMTP id g32so89385205qkh.0 for ; Mon, 01 Jun 2015 12:20:42 -0700 (PDT) Sender: Richard Henderson Message-ID: <556CB086.3040303@twiddle.net> Date: Mon, 01 Jun 2015 12:20:38 -0700 From: Richard Henderson MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v2 09/34] include/exec: Move standard exceptions to cpu-all.h 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 exception indicies are generic and don't have any reliance on the > per-arch cpu.h defs. Move them to cpu-all.h so they can be used by core > code that does not have access to cpu-defs.h. > > Signed-off-by: Peter Crosthwaite > --- > include/exec/cpu-all.h | 6 ++++++ > include/exec/cpu-defs.h | 6 ------ > 2 files changed, 6 insertions(+), 6 deletions(-) Reviewed-by: Richard Henderson r~