summaryrefslogtreecommitdiffstats
path: root/asm/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'asm/head.S')
-rw-r--r--asm/head.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/asm/head.S b/asm/head.S
index 8e33f229..5c40813f 100644
--- a/asm/head.S
+++ b/asm/head.S
@@ -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)
*/
OpenPOWER on IntegriCloud