-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/1155/#review2602
-----------------------------------------------------------

Ship it!


Ship It!

- Steve Reinhardt


On April 23, 2012, 12:17 p.m., Gabe Black wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviews.gem5.org/r/1155/
> -----------------------------------------------------------
> 
> (Updated April 23, 2012, 12:17 p.m.)
> 
> 
> Review request for Default.
> 
> 
> Description
> -------
> 
> Changeset 8960:26f7c7e2a933
> ---------------------------
> X86: Clear out duplicate TLB entries when adding a new one.
> 
> It's possible for two page table walks to overlap which will go in the same
> place in the TLB's trie. They would land on top of each other, so this change
> adds some code which detects if an address already matches an entry and if so
> throws away the new one.
> 
> 
> Diffs
> -----
> 
>   src/arch/x86/tlb.cc 24b06cbf2d67 
> 
> Diff: http://reviews.gem5.org/r/1155/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Gabe Black
> 
>

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to