mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
cputlb: Remove tlb_c.pending_flushes
This is essentially redundant with tlb_c.dirty. Tested-by: Emilio G. Cota <cota@braap.org> Reviewed-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
3d1523ced6
commit
ab65110530
2 changed files with 2 additions and 20 deletions
|
@ -160,12 +160,6 @@ typedef struct CPUTLBDesc {
|
|||
typedef struct CPUTLBCommon {
|
||||
/* Serialize updates to tlb_table and tlb_v_table, and others as noted. */
|
||||
QemuSpin lock;
|
||||
/*
|
||||
* Within pending_flush, for each bit N, there exists an outstanding
|
||||
* cross-cpu flush for mmu_idx N. Further cross-cpu flushes to that
|
||||
* mmu_idx may be discarded. Protected by tlb_c.lock.
|
||||
*/
|
||||
uint16_t pending_flush;
|
||||
/*
|
||||
* Within dirty, for each bit N, modifications have been made to
|
||||
* mmu_idx N since the last time that mmu_idx was flushed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue