includes: sort includes again
[gem5.git] / src / arch / sparc / ua2005.cc
index 880d2c3ebf908f66546061efe94ff5137bbd4a51..d126d5944c499797c878749034ef7f644dede8b7 100644 (file)
@@ -346,8 +346,7 @@ MiscRegFile::processHSTickCompare(ThreadContext *tc)
     // we're actually at the correct cycle or we need to wait a little while
     // more
     int ticks;
-    if ( tc->status() == ThreadContext::Halted ||
-         tc->status() == ThreadContext::Unallocated)
+    if ( tc->status() == ThreadContext::Halted)
        return;
 
     ticks = ((int64_t)(hstick_cmpr & mask(63)) - (int64_t)stick) -