Re: [Qemu-devel] [PATCH] target-ppc: exception model of 603e inherits from 603

2010-04-26 Thread Thomas Monjalon
Andreas Färber wrote: > Am 23.04.2010 um 11:44 schrieb Thomas Monjalon: > > It appears that the exception handling of 603e is the same as 603. > > So it could be removed safely. > > Are you referring to some ppc manual or to the current code base? I'm referring to the current code base. I don't t

Re: [Qemu-devel] [PATCH] target-ppc: exception model of 603e inherits from 603

2010-04-24 Thread Andreas Färber
Am 23.04.2010 um 11:44 schrieb Thomas Monjalon: From: Thomas Monjalon It appears that the exception handling of 603e is the same as 603. So it could be removed safely. Are you referring to some ppc manual or to the current code base? Andreas

[Qemu-devel] [PATCH] target-ppc: exception model of 603e inherits from 603

2010-04-23 Thread Thomas Monjalon
From: Thomas Monjalon It appears that the exception handling of 603e is the same as 603. So it could be removed safely. Signed-off-by: Thomas Monjalon --- target-ppc/cpu.h|2 -- target-ppc/helper.c |3 --- target-ppc/translate_init.c |5 + 3 files changed, 1