Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360839
b: refs/heads/master
c: 57d2316
h: refs/heads/master
i:
  360837: 78e494e
  360835: 43dc08d
  360831: 78cef9f
v: v3
  • Loading branch information
Michael Neuling authored and Benjamin Herrenschmidt committed Mar 5, 2013
1 parent 6d1b13f commit 583c487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8170a83f15eeca9a84ff895f1a89b58918425a3f
refs/heads/master: 57d231678ace658b3a73a0d144cfebbd4257bc0e
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/kernel/cpu_setup_power.S
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ _GLOBAL(__restore_cpu_power7)

_GLOBAL(__setup_cpu_power8)
mflr r11
bl __init_FSCR
bl __init_hvmode_206
mtlr r11
beqlr
Expand All @@ -56,13 +57,13 @@ _GLOBAL(__setup_cpu_power8)
mfspr r3,SPRN_LPCR
oris r3, r3, LPCR_AIL_3@h
bl __init_LPCR
bl __init_FSCR
bl __init_TLB
mtlr r11
blr

_GLOBAL(__restore_cpu_power8)
mflr r11
bl __init_FSCR
mfmsr r3
rldicl. r0,r3,4,63
beqlr
Expand Down

0 comments on commit 583c487

Please sign in to comment.