diff options
author | Peter Crosthwaite <crosthwaitepeter@gmail.com> | 2015-05-10 23:29:10 -0700 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-09-25 12:04:44 +0200 |
commit | a0036becd80f8eae260df68d7f2fd2d8d7d90f35 (patch) | |
tree | 0a79ea4a82415192bbd21a7e0629bed26b5716e8 /target-alpha | |
parent | 04ce380e9e3fad1dbf4e86ebdf9315573a06b30e (diff) |
alpha: Remove ELF_MACHINE from cpu.h
ELF_MACHINE is unused by target alpha.
Cc: Richard Henderson <rth@twiddle.net>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Acked-By: Riku Voipio <riku.voipio@linaro.org>
Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-alpha')
-rw-r--r-- | target-alpha/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index ef88ffb83b..097637eb4e 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 |