x86: Delay X86 table walk on receiving walker response
Review Request #2595 - Created Jan. 5, 2015 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10643:30307bfe1e8c --------------------------- x86: Delay X86 table walk on receiving walker response This patch fixes a minor issue in the X86 page table walker where it ended up sending new request packets to the crossbar before the response processing was finished (recvTimingResp is directly calling sendTimingReq). Under certain conditions this caused the crossbar to see illegal combinations of request/response overlap, in turn causing problems with a slightly modified crossbar implementation.
Posted (Jan. 5, 2015, 2:48 p.m.)
-
src/arch/x86/pagetable_walker.cc (Diff revision 1) -
What clock is this a clock edge of?
Can you explain the sequence of events that result in bad behavior? If possible (which is not necessarily the case), it would be best to fix this without adding arbitrary delays.
