Hello Gabe Black, Brandon Potter,

I'd like you to reexamine a change. Please visit

    https://gem5-review.googlesource.com/4000

to look at the new patch set (#2).

Change subject: sim, x86: Move tlb flush from copyRegs to clone emulation.
......................................................................

sim, x86: Move tlb flush from copyRegs to clone emulation.

copyRegs should be idempotent so it can be used for swapping CPUs.
However, clone needs to flush the TLBs since there are no ASIDs in
X86 TLBs, this change moves the flush into the clone system call.

Change-Id: Ic069ca02994436b36246403f9faef80c3aede55a
Signed-off-by: Sean Wilson <[email protected]>
---
M src/arch/x86/utility.cc
M src/sim/syscall_emul.hh
2 files changed, 2 insertions(+), 6 deletions(-)


--
To view, visit https://gem5-review.googlesource.com/4000
To unsubscribe, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic069ca02994436b36246403f9faef80c3aede55a
Gerrit-Change-Number: 4000
Gerrit-PatchSet: 2
Gerrit-Owner: Sean Wilson <[email protected]>
Gerrit-Reviewer: Brandon Potter <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-CC: Jason Lowe-Power <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to