summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/cpu/niagara.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4v/cpu/niagara.c')
-rw-r--r--usr/src/uts/sun4v/cpu/niagara.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/sun4v/cpu/niagara.c b/usr/src/uts/sun4v/cpu/niagara.c
index cb7e182d27..d607c2625c 100644
--- a/usr/src/uts/sun4v/cpu/niagara.c
+++ b/usr/src/uts/sun4v/cpu/niagara.c
@@ -193,9 +193,10 @@ cpu_map_exec_units(struct cpu *cp)
/*
* Niagara systems just have one chip. Therefore, the chip id
- * is always 0.
+ * mpipe id are always 0.
*/
cp->cpu_m.cpu_chip = 0;
+ cp->cpu_m.cpu_mpipe = 0;
}
static int niagara_cpucnt;