On 27.01.2013, at 14:32, Andreas Färber wrote: > Signed-off-by: Andreas Färber <afaer...@suse.de>
Thanks, applied to ppc-next. Alex > --- > target-ppc/mmu_helper.c | 3 ++- > 1 Datei geändert, 2 Zeilen hinzugefügt(+), 1 Zeile entfernt(-) > > diff --git a/target-ppc/mmu_helper.c b/target-ppc/mmu_helper.c > index 14fa25a..ee168f1 100644 > --- a/target-ppc/mmu_helper.c > +++ b/target-ppc/mmu_helper.c > @@ -2262,8 +2262,9 @@ void helper_store_601_batu(CPUPPCState *env, uint32_t > nr, target_ulong value) > > void helper_store_601_batl(CPUPPCState *env, uint32_t nr, target_ulong value) > { > +#if !defined(FLUSH_ALL_TLBS) > target_ulong mask; > -#if defined(FLUSH_ALL_TLBS) > +#else > int do_inval; > #endif > > -- > 1.7.10.4 >