mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
tricore: Remove ELF_MACHINE from cpu.h
The bootloader can just pass EM_TRICORE directly, as that is architecture specific code. This removes another architecture specific definition from the global namespace. Cc: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Acked-By: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 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>
This commit is contained in:
parent
ed03ecf8f0
commit
7183128bc9
2 changed files with 1 additions and 3 deletions
|
@ -25,8 +25,6 @@
|
|||
#include "exec/cpu-defs.h"
|
||||
#include "fpu/softfloat.h"
|
||||
|
||||
#define ELF_MACHINE EM_TRICORE
|
||||
|
||||
#define CPUArchState struct CPUTriCoreState
|
||||
|
||||
struct CPUTriCoreState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue