--- sched.c.0   Wed Feb  9 09:56:40 2000
+++ sched.c     Wed Feb  9 09:59:03 2000
@@ -1149,7 +1149,6 @@

void __init init_idle(void)
{
-       cycles_t t;
       struct schedule_data * sched_data;
       sched_data = &aligned_data[smp_processor_id()].schedule_data;

@@ -1158,9 +1157,8 @@
                       smp_processor_id(), current->pid);
               del_from_runqueue(current);
       }
-       t = get_cycles();
       sched_data->curr = current;
-       sched_data->last_schedule = t;
+       sched_data->last_schedule = get_cycles();
}

void __init sched_init(void)