MIPS: do not initialize timestamp variable before relocate_code
[kernel/u-boot.git] / arch / mips / cpu / mips64 / time.c
index 5154280..720f7b7 100644 (file)
@@ -37,7 +37,6 @@ static unsigned long timestamp;
 int timer_init(void)
 {
        /* Set up the timer for the first expiration. */
-       timestamp = 0;
        write_c0_compare(read_c0_count() + CYCLES_PER_JIFFY);
 
        return 0;