intel_8254_timer.cc (11793:ef606668d247) intel_8254_timer.cc (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2004, 2005
3 * The Regents of The University of Michigan
4 * All Rights Reserved
5 *
6 * This code is part of the M5 simulator.
7 *
8 * Permission is granted to use, copy, create derivative works and

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

27 *
28 * Authors: Ali G. Saidi
29 * Andrew L. Schultz
30 * Miguel J. Serrano
31 */
32
33#include "dev/intel_8254_timer.hh"
34
1/*
2 * Copyright (c) 2004, 2005
3 * The Regents of The University of Michigan
4 * All Rights Reserved
5 *
6 * This code is part of the M5 simulator.
7 *
8 * Permission is granted to use, copy, create derivative works and

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

27 *
28 * Authors: Ali G. Saidi
29 * Andrew L. Schultz
30 * Miguel J. Serrano
31 */
32
33#include "dev/intel_8254_timer.hh"
34
35#include "base/misc.hh"
35#include "base/logging.hh"
36#include "debug/Intel8254Timer.hh"
37
38using namespace std;
39
40Intel8254Timer::Intel8254Timer(EventManager *em, const string &name,
41 Counter *counter0, Counter *counter1, Counter *counter2) :
42 EventManager(em), _name(name)
43{

--- 286 unchanged lines hidden ---
36#include "debug/Intel8254Timer.hh"
37
38using namespace std;
39
40Intel8254Timer::Intel8254Timer(EventManager *em, const string &name,
41 Counter *counter0, Counter *counter1, Counter *counter2) :
42 EventManager(em), _name(name)
43{

--- 286 unchanged lines hidden ---