projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4e4b35
)
powerpc: Fix typo in head_64.S
author
Paul Mackerras
<paulus@samba.org>
Wed, 7 Dec 2005 03:52:16 +0000
(14:52 +1100)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/head_64.S
b/arch/powerpc/kernel/head_64.S
index
881e18e
..
65aedc9
100644
(file)
--- a/
arch/powerpc/kernel/head_64.S
+++ b/
arch/powerpc/kernel/head_64.S
@@
-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)(r1
3
)
+ lwz r12,OFF(tb_ticks_per_jiffy)(r1
2
)
mtspr SPRN_DEC,r12
/* fall through */