]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/time.c
powerpc/booke: don't reinitialize time base
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / time.c
index c73fc33aa817a93f49b682fcb999f1f5c5fe61e0..eb938808ddfb5fcdc3191304110a9709acabdb71 100644 (file)
@@ -742,10 +742,6 @@ void __init generic_calibrate_decr(void)
        }
 
 #if defined(CONFIG_BOOKE) || defined(CONFIG_40x)
-       /* Set the time base to zero */
-       mtspr(SPRN_TBWL, 0);
-       mtspr(SPRN_TBWU, 0);
-
        /* Clear any pending timer interrupts */
        mtspr(SPRN_TSR, TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS);