kernel_stats.hh (6378:4a2ff62c3b4f) kernel_stats.hh (7811:a8fc35183c10)
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;

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

43class Statistics : public ::Kernel::Statistics
44{
45 public:
46 Statistics(System *system) : ::Kernel::Statistics(system)
47 {}
48};
49
50
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;

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

43class Statistics : public ::Kernel::Statistics
44{
45 public:
46 Statistics(System *system) : ::Kernel::Statistics(system)
47 {}
48};
49
50
51} /* end namespace MipsISA::Kernel */
52} /* end namespace MipsISA */
51} // namespace MipsISA::Kernel
52} // namespace MipsISA
53
54#endif // __ARCH_MIPS_KERNEL_STATS_HH__
53
54#endif // __ARCH_MIPS_KERNEL_STATS_HH__