aboutsummaryrefslogtreecommitdiff
path: root/asm/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'asm/head.S')
-rw-r--r--asm/head.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/asm/head.S b/asm/head.S
index 803fbf1..1189fc4 100644
--- a/asm/head.S
+++ b/asm/head.S
@@ -278,6 +278,8 @@ boot_entry:
beq 2f
cmpwi cr0,%r3,PVR_TYPE_P9
beq 1f
+ cmpwi cr0,%r3,PVR_TYPE_P9P
+ beq 1f
attn /* Unsupported CPU type... what do we do ? */
b . /* loop here, just in case attn is disabled */
@@ -733,6 +735,8 @@ init_shared_sprs:
beq 3f
cmpwi cr0,%r3,PVR_TYPE_P9
beq 4f
+ cmpwi cr0,%r3,PVR_TYPE_P9P
+ beq 4f
/* Unsupported CPU type... what do we do ? */
b 9f
@@ -830,6 +834,8 @@ init_replicated_sprs:
beq 3f
cmpwi cr0,%r3,PVR_TYPE_P9
beq 4f
+ cmpwi cr0,%r3,PVR_TYPE_P9P
+ beq 4f
/* Unsupported CPU type... what do we do ? */
b 9f