t1000.cc (12239:ae1686aaebc5) t1000.cc (12624:145fd7b3d0cf)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 24 unchanged lines hidden (view full) ---

33 */
34
35#include "dev/sparc/t1000.hh"
36
37#include <deque>
38#include <string>
39#include <vector>
40
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 24 unchanged lines hidden (view full) ---

33 */
34
35#include "dev/sparc/t1000.hh"
36
37#include <deque>
38#include <string>
39#include <vector>
40
41#include "config/the_isa.hh"
42#include "cpu/intr_control.hh"
43#include "sim/system.hh"
44
45using namespace std;
41#include "cpu/intr_control.hh"
42#include "sim/system.hh"
43
44using namespace std;
46//Should this be AlphaISA?
47using namespace TheISA;
48
49T1000::T1000(const Params *p)
50 : Platform(p), system(p->system)
51{}
52
53void
54T1000::postConsoleInt()
55{

--- 57 unchanged lines hidden ---
45
46T1000::T1000(const Params *p)
47 : Platform(p), system(p->system)
48{}
49
50void
51T1000::postConsoleInt()
52{

--- 57 unchanged lines hidden ---