misc: Stop including arch/pcstate.hh.
Change-Id: Ic9ea62ae9c59fd838175fd6af4c075101d46a0b1 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/52067 Tested-by: kokoro <noreply+kokoro@google.com> Maintainer: Gabe Black <gabe.black@gmail.com> Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "arch/pcstate.hh"
|
||||
#include "arch/generic/pcstate.hh"
|
||||
#include "base/compiler.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "config/the_isa.hh"
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#ifndef __CPU_PRED_BTB_HH__
|
||||
#define __CPU_PRED_BTB_HH__
|
||||
|
||||
#include "arch/pcstate.hh"
|
||||
#include "arch/generic/pcstate.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/types.hh"
|
||||
#include "config/the_isa.hh"
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#ifndef __CPU_PRED_INDIRECT_BASE_HH__
|
||||
#define __CPU_PRED_INDIRECT_BASE_HH__
|
||||
|
||||
#include "arch/pcstate.hh"
|
||||
#include "arch/generic/pcstate.hh"
|
||||
#include "config/the_isa.hh"
|
||||
#include "cpu/inst_seq.hh"
|
||||
#include "params/IndirectPredictor.hh"
|
||||
|
||||
Reference in New Issue
Block a user