system.cc (2716:b9114064d77a) system.cc (2720:695250d6fa42)
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;

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

145 delete kernelPanicEvent;
146#endif
147 delete skipIdeDelay50msEvent;
148 delete skipDelayLoopEvent;
149 delete skipCacheProbeEvent;
150 delete debugPrintkEvent;
151 delete idleStartEvent;
152 delete printThreadEvent;
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;

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

145 delete kernelPanicEvent;
146#endif
147 delete skipIdeDelay50msEvent;
148 delete skipDelayLoopEvent;
149 delete skipCacheProbeEvent;
150 delete debugPrintkEvent;
151 delete idleStartEvent;
152 delete printThreadEvent;
153 delete intStartEvent;
154 delete intEndEvent;
155 delete intEndEvent2;
156}
157
158
159void
160LinuxAlphaSystem::setDelayLoop(ThreadContext *tc)
161{
162 Addr addr = 0;
163 if (kernelSymtab->findAddress("loops_per_jiffy", addr)) {

--- 82 unchanged lines hidden ---
153}
154
155
156void
157LinuxAlphaSystem::setDelayLoop(ThreadContext *tc)
158{
159 Addr addr = 0;
160 if (kernelSymtab->findAddress("loops_per_jiffy", addr)) {

--- 82 unchanged lines hidden ---