X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fmips%2Fcpu%2Fmips64%2Ftime.c;h=720f7b7f8cbada89007fbea88a93283b4e4a2d1e;hb=a86fcff69519841aa1338efb1ace37ca77c16c35;hp=51542808dd6a48c604dc0eaf3c33826e5b253b65;hpb=4c25761337570e63e9e2631a81de221e692251e3;p=u-boot diff --git a/arch/mips/cpu/mips64/time.c b/arch/mips/cpu/mips64/time.c index 51542808dd..720f7b7f8c 100644 --- a/arch/mips/cpu/mips64/time.c +++ b/arch/mips/cpu/mips64/time.c @@ -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;