projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
769c184
)
O3: Make lsq_unit.hh include arch/isa_traits.hh directly, not transitively.
author
Gabe Black
<gblack@eecs.umich.edu>
Tue, 16 Aug 2011 09:46:57 +0000
(
02:46
-0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Tue, 16 Aug 2011 09:46:57 +0000
(
02:46
-0700)
src/cpu/o3/lsq_unit.hh
patch
|
blob
|
history
diff --git
a/src/cpu/o3/lsq_unit.hh
b/src/cpu/o3/lsq_unit.hh
index 2076d67d10b8d3517abf2191ab4d7a22fdf55b62..693bee82c5abd6ea1fa0342602029de6ff069e74 100644
(file)
--- a/
src/cpu/o3/lsq_unit.hh
+++ b/
src/cpu/o3/lsq_unit.hh
@@
-38,6
+38,7
@@
#include <queue>
#include "arch/faults.hh"
+#include "arch/isa_traits.hh"
#include "arch/locked_mem.hh"
#include "arch/mmapped_ipr.hh"
#include "base/fast_alloc.hh"