aboutsummaryrefslogtreecommitdiff
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 0b90d22..75a70a0 100644
--- a/asm/head.S
+++ b/asm/head.S
@@ -703,6 +703,9 @@ init_shared_sprs:
sync
mtspr SPR_HMEER,%r3
isync
+ /* RPR (per-LPAR but let's treat it as replicated for now) */
+ LOAD_IMM64(%r3,0x00000103070F1F3F)
+ mtspr SPR_RPR,%r3
9: blr
.global init_replicated_sprs