summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/cpu/niagara.c
diff options
context:
space:
mode:
authordp78419 <none@none>2007-07-31 16:27:12 -0700
committerdp78419 <none@none>2007-07-31 16:27:12 -0700
commitce8eb11a8717b4a57c68fd77ab9f8aac15b16bf2 (patch)
tree772441639680866ab4a841bbef119c6a813e6c09 /usr/src/uts/sun4v/cpu/niagara.c
parent79777a7dd0179283917bda2ba98999c382d31c2c (diff)
downloadillumos-joyent-ce8eb11a8717b4a57c68fd77ab9f8aac15b16bf2.tar.gz
PSARC 2006/675 MPO for Victoria Falls/Maramba project
6539930 MPO for sun4v platforms
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;