On 15/08/2015 16:28, Peter Crosthwaite wrote: > From: Peter Crosthwaite <crosthwaitepe...@gmail.com> > > The only generic code relying on this is linux-user, but linux users' > default behaviour of defaulting ELF_MACHINE to ELF_ARCH will handle > this. > > The machine model bootloaders can just pass EM_68K directly, as that > is architecture specific code. > > This removes another architecture specific definition from the global > namespace. > > Cc: Laurent Vivier <laur...@vivier.eu> > Cc: Greg Ungerer <g...@uclinux.org> > Signed-off-by: Peter Crosthwaite <crosthwaite.pe...@gmail.com> > --- > hw/m68k/an5206.c | 2 +- > hw/m68k/dummy_m68k.c | 2 +- > hw/m68k/mcf5208.c | 2 +- > target-m68k/cpu.h | 2 -- > 4 files changed, 3 insertions(+), 5 deletions(-)
Reviewed-by: Laurent Vivier <laur...@vivier.eu>