summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authoresaxe <none@none>2008-01-23 17:56:52 -0800
committeresaxe <none@none>2008-01-23 17:56:52 -0800
commitd38257c4392a9dd690c2f7f2383236c1fc80e509 (patch)
treea16d40da3d438e3e7774d39ce7a95d199c9fe75f /usr
parent92564cb17a9ae567b9d78f357c5d79d0f4755a8f (diff)
downloadillumos-gate-d38257c4392a9dd690c2f7f2383236c1fc80e509.tar.gz
6629854 node interleaving can undermine C1 clock ramping workaround (fix cstyle)
Diffstat (limited to 'usr')
-rw-r--r--usr/src/uts/i86pc/os/mp_startup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/i86pc/os/mp_startup.c b/usr/src/uts/i86pc/os/mp_startup.c
index 0b0631227b..679c9d006e 100644
--- a/usr/src/uts/i86pc/os/mp_startup.c
+++ b/usr/src/uts/i86pc/os/mp_startup.c
@@ -1007,7 +1007,7 @@ workaround_errata(struct cpu *cpu)
workaround_warning(cpu, 6336786);
#else /* __xpv */
} else if ((opteron_get_nnodes() *
- cpuid_get_ncpu_per_chip(cpu) > 1) ||
+ cpuid_get_ncpu_per_chip(cpu) > 1) ||
opteron_workaround_6336786_UP) {
uint_t node, nnodes;