Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/42964 )
Change subject: cpu: Fix transitive includes in the O3 rename map and debug
faults.
......................................................................
cpu: Fix transitive includes in the O3 rename map and debug faults.
Change-Id: I22f80c24c3128e91fd039b8e3b689d7065440ad0
---
M src/arch/generic/debugfaults.hh
M src/cpu/o3/rename_map.hh
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/arch/generic/debugfaults.hh
b/src/arch/generic/debugfaults.hh
index 7d62d3f..5c3982f 100644
--- a/src/arch/generic/debugfaults.hh
+++ b/src/arch/generic/debugfaults.hh
@@ -41,6 +41,7 @@
#include <string>
#include "base/logging.hh"
+#include "cpu/thread_context.hh"
#include "sim/faults.hh"
namespace GenericISA
diff --git a/src/cpu/o3/rename_map.hh b/src/cpu/o3/rename_map.hh
index 5f779bd..46d5400 100644
--- a/src/cpu/o3/rename_map.hh
+++ b/src/cpu/o3/rename_map.hh
@@ -46,6 +46,7 @@
#include <utility>
#include <vector>
+#include "arch/generic/isa.hh"
#include "arch/types.hh"
#include "config/the_isa.hh"
#include "cpu/o3/free_list.hh"
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/42964
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I22f80c24c3128e91fd039b8e3b689d7065440ad0
Gerrit-Change-Number: 42964
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s