From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZePAt-0003Kh-Ab for qemu-devel@nongnu.org; Tue, 22 Sep 2015 11:08:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZePAs-0001PF-5v for qemu-devel@nongnu.org; Tue, 22 Sep 2015 11:08:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZePAr-0001PB-TZ for qemu-devel@nongnu.org; Tue, 22 Sep 2015 11:08:06 -0400 From: Paolo Bonzini Date: Tue, 22 Sep 2015 17:06:09 +0200 Message-Id: <1442934371-12567-47-git-send-email-pbonzini@redhat.com> In-Reply-To: <1442934371-12567-1-git-send-email-pbonzini@redhat.com> References: <1442934371-12567-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 46/48] alpha: Remove ELF_MACHINE from cpu.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Crosthwaite , Peter Crosthwaite , Richard Henderson From: Peter Crosthwaite ELF_MACHINE is unused by target alpha. Cc: Richard Henderson Reviewed-by: Richard Henderson Acked-By: Riku Voipio Signed-off-by: Peter Crosthwaite Signed-off-by: Paolo Bonzini --- target-alpha/cpu.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index ef88ffb..097637e 100644 --- a/target-alpha/cpu.h +++ b/target-alpha/cpu.h @@ -32,8 +32,6 @@ #include "fpu/softfloat.h" -#define ELF_MACHINE EM_ALPHA - #define ICACHE_LINE_SIZE 32 #define DCACHE_LINE_SIZE 32 -- 2.5.0