]> Git Repo - qemu.git/commit - target/sh4/helper.c
cputlb: drop flush_global flag from tlb_flush
authorAlex Bennée <[email protected]>
Mon, 14 Nov 2016 14:17:28 +0000 (14:17 +0000)
committerAlex Bennée <[email protected]>
Fri, 13 Jan 2017 14:24:37 +0000 (14:24 +0000)
commitd10eb08f5d8389c814b554d01aa2882ac58221bf
treee9b70aa2f4a03e951e2d0d847eacc8adff5de17b
parentba7d3d1858c257e39b47f7f12fa2016ffd960b11
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 <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
[DG: ppc portions]
Acked-by: David Gibson <[email protected]>
29 files changed:
cputlb.c
exec.c
hw/sh4/sh7750.c
include/exec/exec-all.h
target/alpha/cpu.c
target/alpha/sys_helper.c
target/arm/helper.c
target/i386/fpu_helper.c
target/i386/helper.c
target/i386/machine.c
target/i386/misc_helper.c
target/i386/svm_helper.c
target/microblaze/mmu.c
target/mips/cpu.h
target/mips/helper.c
target/mips/op_helper.c
target/openrisc/interrupt.c
target/openrisc/interrupt_helper.c
target/openrisc/sys_helper.c
target/ppc/helper_regs.h
target/ppc/misc_helper.c
target/ppc/mmu_helper.c
target/s390x/gdbstub.c
target/s390x/mem_helper.c
target/sh4/helper.c
target/sparc/ldst_helper.c
target/unicore32/cpu.c
target/unicore32/helper.c
target/xtensa/op_helper.c
This page took 0.036172 seconds and 4 git commands to generate.