Deleted Added
sdiff udiff text old ( 2683:d6b72bb2ed97 ) new ( 2716:b9114064d77a )
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;

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

50/*
51 BranchPred *bp = tc->getCpuPtr()->getBranchPred();
52 if (bp != NULL) {
53 bp->popRAS(tc->getThreadNum());
54 }
55*/
56}
57
58void
59IdleStartEvent::process(ThreadContext *tc)
60{
61 if (tc->getKernelStats())
62 tc->getKernelStats()->setIdleProcess(
63 tc->readMiscReg(AlphaISA::IPR_PALtemp23), tc);
64 remove();
65}