forked from Minki/linux
powerpc: Fix typo in head_64.S
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
d4e4b3520c
commit
4693c09a47
@ -727,7 +727,7 @@ decrementer_iSeries_masked:
|
|||||||
li r11,1
|
li r11,1
|
||||||
stb r11,PACALPPACA+LPPACADECRINT(r13)
|
stb r11,PACALPPACA+LPPACADECRINT(r13)
|
||||||
LOADBASE(r12,tb_ticks_per_jiffy)
|
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
|
mtspr SPRN_DEC,r12
|
||||||
/* fall through */
|
/* fall through */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user