]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
powerpc: Fix typo in head_64.S
authorPaul Mackerras <paulus@samba.org>
Wed, 7 Dec 2005 03:52:16 +0000 (14:52 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 03:52:10 +0000 (14:52 +1100)
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/head_64.S

index 881e18e8ef5905283662addcf004d15cc4f85c3b..65aedc938a6ea7ed93b8d2d45e4b4ab213311390 100644 (file)
@@ -727,7 +727,7 @@ decrementer_iSeries_masked:
        li      r11,1
        stb     r11,PACALPPACA+LPPACADECRINT(r13)
        LOADBASE(r12,tb_ticks_per_jiffy)
-       lwz     r12,OFF(tb_ticks_per_jiffy)(r13)
+       lwz     r12,OFF(tb_ticks_per_jiffy)(r12)
        mtspr   SPRN_DEC,r12
        /* fall through */