mem: Multi Level Page Table bug fix
Review Request #2460 - Created Sept. 30, 2014 and submitted
| Information | |
|---|---|
| Alexandru Dutu | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10424:853fff736800 --------------------------- mem: Multi Level Page Table bug fix The multi level page table was giving false positives for already mapped translations. This patch fixes the bogus behavior.
Quick regressions passed.
Posted (Sept. 30, 2014, 12:57 p.m.)
Should this not be folded into the original patch?
Posted (Sept. 30, 2014, 1:43 p.m.)
-
src/mem/multi_level_page_table_impl.hh (Diff revision 1) -
Is fatal really suitable here? Is it a user error, or should it rather be a panic?
Ship It!
