51a52
> /** SMT policy. */
72c73
<
---
> /** Switches out the LSQ. */
73a75
> /** Takes over execution from another CPU's thread. */
98,100d99
< Fault executeLoad(int lq_idx, unsigned tid)
< { return thread[tid].executeLoad(lq_idx); }
<