Got rid of obsolete ivlb and ivle psuedo instructions.

--HG--
extra : convert_revision : c3c2dd5a6e7181ad94194146d7fa2b33b21074fb
This commit is contained in:
Gabe Black
2006-11-06 19:09:23 -05:00
parent ef1a92eb9b
commit b04a2653f9
2 changed files with 0 additions and 18 deletions

View File

@@ -133,18 +133,6 @@ namespace AlphaPseudo
return (tc->readLastActivate() - tc->readLastSuspend()) / Clock::Int::ns;
}
void
ivlb(ThreadContext *tc)
{
if (tc->getKernelStats())
tc->getKernelStats()->ivlb();
}
void
ivle(ThreadContext *tc)
{
}
void
m5exit_old(ThreadContext *tc)
{