summaryrefslogtreecommitdiffstats
path: root/asm
diff options
context:
space:
mode:
Diffstat (limited to 'asm')
-rw-r--r--asm/head.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/asm/head.S b/asm/head.S
index 0b90d222..955c3b57 100644
--- a/asm/head.S
+++ b/asm/head.S
@@ -257,6 +257,8 @@ boot_entry:
beq 2f
cmpwi cr0,%r3,PVR_TYPE_P8E
beq 2f
+ cmpwi cr0,%r3,PVR_TYPE_P8NVL
+ beq 2f
attn /* Unsupported CPU type... what do we do ? */
/* P8 -> 8 threads */
@@ -656,6 +658,8 @@ init_shared_sprs:
beq 3f
cmpwi cr0,%r3,PVR_TYPE_P8
beq 3f
+ cmpwi cr0,%r3,PVR_TYPE_P8NVL
+ beq 3f
/* Unsupported CPU type... what do we do ? */
b 9f
OpenPOWER on IntegriCloud