cpu: Delete authors lists from the cpu directory.
[gem5.git] / src / cpu / o3 / isa_specific.hh
old mode 100755 (executable)
new mode 100644 (file)
index 4937589..58fce02
  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * Authors: Korey Sewell
  */
 
+#include "cpu/o3/dyn_inst.hh"
+#include "cpu/o3/impl.hh"
 #include "cpu/base.hh"
-
-#if THE_ISA == ALPHA_ISA
-    #include "cpu/o3/alpha/cpu.hh"
-    #include "cpu/o3/alpha/impl.hh"
-    #include "cpu/o3/alpha/params.hh"
-    #include "cpu/o3/alpha/dyn_inst.hh"
-#elif THE_ISA == MIPS_ISA
-    #include "cpu/o3/mips/cpu.hh"
-    #include "cpu/o3/mips/impl.hh"
-    #include "cpu/o3/mips/params.hh"
-    #include "cpu/o3/mips/dyn_inst.hh"
-#else
-    #error "ISA-specific header files O3CPU not defined ISA"
-#endif