Skip to content

Commit

Permalink
Update default TSCR for P9
Browse files Browse the repository at this point in the history
Update default TSCR value for P9 as recommended by HW folk.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
mikey authored and stewartsmith committed Jun 21, 2017
1 parent 16991da commit 396b940
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions asm/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,9 @@ init_shared_sprs:
b 9f

4: /* P9 */
/* TSCR: Recommended value by HW folks */
LOAD_IMM32(%r3,0x80287880)
mtspr SPR_TSCR, %r3
/* HID0: Clear bit 5 (enable core recovery)
* Clear bit 4 (HILE)
*/
Expand Down

0 comments on commit 396b940

Please sign in to comment.