commit | 5146a69835bc9ba37fba7d3b0ff72ecaf9b98b74 | [log] [tgz] |
---|---|---|
author | Ali Saidi <Ali.Saidi@ARM.com> | Mon Jan 07 13:05:33 2013 -0500 |
committer | Ali Saidi <Ali.Saidi@ARM.com> | Mon Jan 07 13:05:33 2013 -0500 |
tree | 694786d4ffd6384a3736d48e1fd20e29408bf56d | |
parent | 90bd20aae2bc940397628a4598b5b25f2c8549b5 [diff] |
cpu: rename the misleading inSyscall to noSquashFromTC isSyscall was originally created because during handling of a syscall in SE mode the threadcontext had to be updated. However, in many places this is used in FS mode (e.g. fault handlers) and the name doesn't make much sense. The boolean actually stops gem5 from squashing speculative and non-committed state when a write to a threadcontext happens, so re-name the variable to something more appropriate