diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-06-30 20:51:07 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-06-30 20:51:07 -0400 |
commit | ed821702e02b9c02c3b5f18dc61dad1f0fbc7164 (patch) | |
tree | e299605370852ed8331e512b92590f0fcd875f9d /src/cpu/o3/bpred_unit.cc | |
parent | 7a4929813423c6f72827c58453cb9bd591f1801c (diff) | |
parent | 51261196bde3403544631cdb4895c2d2a51c3f1e (diff) | |
download | gem5-ed821702e02b9c02c3b5f18dc61dad1f0fbc7164.tar.xz |
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
into zizzer.eecs.umich.edu:/.automount/zooks/y/ksewell/research/m5-sim/newmem-o3
--HG--
extra : convert_revision : 3c1405d8b4831c6240e02ba65a72043ca55f4a46
Diffstat (limited to 'src/cpu/o3/bpred_unit.cc')
-rw-r--r-- | src/cpu/o3/bpred_unit.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cpu/o3/bpred_unit.cc b/src/cpu/o3/bpred_unit.cc index c35c0a0aa..08fd4e8ea 100644 --- a/src/cpu/o3/bpred_unit.cc +++ b/src/cpu/o3/bpred_unit.cc @@ -29,7 +29,6 @@ */ #include "cpu/o3/bpred_unit_impl.hh" -#include "cpu/o3/alpha_impl.hh" -#include "cpu/o3/alpha_dyn_inst.hh" +#include "cpu/o3/isa_specific.hh" -template class BPredUnit<AlphaSimpleImpl>; +template class BPredUnit<O3CPUImpl>; |