]> git.sur5r.net Git - u-boot/blobdiff - arch/mips/cpu/mips64/time.c
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx
[u-boot] / arch / mips / cpu / mips64 / time.c
index 51542808dd6a48c604dc0eaf3c33826e5b253b65..720f7b7f8cbada89007fbea88a93283b4e4a2d1e 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;