cputlb: drop flush_global flag from tlb_flush
We have never has the concept of global TLB entries which would avoid the flush so we never actually use this flag. Drop it and make clear that tlb_flush is the sledge-hammer it has always been. Signed-off-by:Alex Bennée <alex.bennee@linaro.org> Reviewed-by:
Richard Henderson <rth@twiddle.net> [DG: ppc portions] Acked-by:
David Gibson <david@gibson.dropbear.id.au>
Showing
- cputlb.c 6 additions, 15 deletionscputlb.c
- exec.c 2 additions, 2 deletionsexec.c
- hw/sh4/sh7750.c 1 addition, 1 deletionhw/sh4/sh7750.c
- include/exec/exec-all.h 6 additions, 8 deletionsinclude/exec/exec-all.h
- target/alpha/cpu.c 1 addition, 1 deletiontarget/alpha/cpu.c
- target/alpha/sys_helper.c 1 addition, 1 deletiontarget/alpha/sys_helper.c
- target/arm/helper.c 13 additions, 13 deletionstarget/arm/helper.c
- target/i386/fpu_helper.c 1 addition, 1 deletiontarget/i386/fpu_helper.c
- target/i386/helper.c 4 additions, 4 deletionstarget/i386/helper.c
- target/i386/machine.c 1 addition, 1 deletiontarget/i386/machine.c
- target/i386/misc_helper.c 1 addition, 1 deletiontarget/i386/misc_helper.c
- target/i386/svm_helper.c 1 addition, 1 deletiontarget/i386/svm_helper.c
- target/microblaze/mmu.c 1 addition, 1 deletiontarget/microblaze/mmu.c
- target/mips/cpu.h 1 addition, 1 deletiontarget/mips/cpu.h
- target/mips/helper.c 3 additions, 3 deletionstarget/mips/helper.c
- target/mips/op_helper.c 4 additions, 4 deletionstarget/mips/op_helper.c
- target/openrisc/interrupt.c 1 addition, 1 deletiontarget/openrisc/interrupt.c
- target/openrisc/interrupt_helper.c 1 addition, 1 deletiontarget/openrisc/interrupt_helper.c
- target/openrisc/sys_helper.c 1 addition, 1 deletiontarget/openrisc/sys_helper.c
- target/ppc/helper_regs.h 2 additions, 2 deletionstarget/ppc/helper_regs.h
Loading
Please register or sign in to comment