mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 17:54:13 +08:00
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
|
||||
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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user