On 12/18/2013 12:48 PM, Tom Musta wrote: > This patch adds a flag for base instruction additions to Power ISA > 2.06B. The flag will be used to identify/select basic Book I and > Book II instructions that were newly added in that revision of the > architecture. The flag will not be used for VSX or Altivec. > > Signed-off-by: Tom Musta <tommu...@gmail.com> > --- > target-ppc/cpu.h | 4 +++- > target-ppc/translate_init.c | 6 ++++-- > 2 files changed, 7 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~