Merge ktlim@zizzer.eecs.umich.edu:/bk/m5
[gem5.git] / cpu / beta_cpu / alpha_full_cpu.cc
1
2 #include "cpu/beta_cpu/alpha_impl.hh"
3 #include "cpu/beta_cpu/alpha_full_cpu_impl.hh"
4 #include "cpu/beta_cpu/alpha_dyn_inst.hh"
5
6 // Force instantiation of AlphaFullCPU for all the implemntations that are
7 // needed. Consider merging this and alpha_dyn_inst.cc, and maybe all
8 // classes that depend on a certain impl, into one file (alpha_impl.cc?).
9 template class AlphaFullCPU<AlphaSimpleImpl>;