On 27.01.2013, at 14:32, Andreas Färber wrote: > Commit 71e470886fb6092504503a5fe41092ace71c096c (target-s390x: fix > style) renamed the cpu_s390x_handle_mmu_fault() argument from _vaddr to > orig_vaddr. Update the debug output code. > > Signed-off-by: Andreas Färber <afaer...@suse.de>
Thanks, applied this and 06/19 to s390-next. Alex > --- > target-s390x/helper.c | 2 +- > 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-) > > diff --git a/target-s390x/helper.c b/target-s390x/helper.c > index 9a132e6..a6af542 100644 > --- a/target-s390x/helper.c > +++ b/target-s390x/helper.c > @@ -387,7 +387,7 @@ int cpu_s390x_handle_mmu_fault(CPUS390XState *env, > target_ulong orig_vaddr, > int prot; > > DPRINTF("%s: address 0x%" PRIx64 " rw %d mmu_idx %d\n", > - __func__, _vaddr, rw, mmu_idx); > + __func__, orig_vaddr, rw, mmu_idx); > > orig_vaddr &= TARGET_PAGE_MASK; > vaddr = orig_vaddr; > -- > 1.7.10.4 >