----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3401/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11369:52df7c56508b --------------------------- x86: fix TLB issue In case we have a 4k page mapping and we will later add a 2M mapping at the same address, we will return the still existing 4k entry. It is unclear to me why this is, but by deleting any entry at the same address with a different size we avoid this problem. Diffs ----- src/arch/x86/tlb.cc 2fd64ea0a7cb Diff: http://reviews.gem5.org/r/3401/diff/ Testing ------- Observed booting FreeBSD amd64; did a manual run to dump the trie to verify a few weeks back. Thanks, Bjoern A. Zeeb _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
