Deleted Added
sdiff udiff text old ( 3565:6ad587fb7dfd ) new ( 7811:a8fc35183c10 )
full compact
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;

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

46
47class Statistics : public ::Kernel::Statistics
48{
49 public:
50 Statistics(System *system) : ::Kernel::Statistics(system)
51 {}
52};
53
54} // namespace AlphaISA::Kernel
55} // namespace AlphaISA
56
57#endif // __ARCH_SPARC_KERNEL_STATS_HH__