system.hh (4762:c94e103c83ad) system.hh (5569:baeee670d4ce)
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;

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

52 SkipCalibrateClocksEvent *skipCalibrateClocks;
53
54 public:
55 typedef FreebsdAlphaSystemParams Params;
56 FreebsdAlphaSystem(Params *p);
57 ~FreebsdAlphaSystem();
58
59 void doCalibrateClocks(ThreadContext *tc);
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;

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

52 SkipCalibrateClocksEvent *skipCalibrateClocks;
53
54 public:
55 typedef FreebsdAlphaSystemParams Params;
56 FreebsdAlphaSystem(Params *p);
57 ~FreebsdAlphaSystem();
58
59 void doCalibrateClocks(ThreadContext *tc);
60
61};
62
63#endif // __ARCH_ALPHA_FREEBSD_SYSTEM_HH__
60};
61
62#endif // __ARCH_ALPHA_FREEBSD_SYSTEM_HH__