diff options
author | andrei <none@none> | 2006-01-09 19:34:47 -0800 |
---|---|---|
committer | andrei <none@none> | 2006-01-09 19:34:47 -0800 |
commit | 8949bcd619d78e849deef983cb8310bc3aa3e242 (patch) | |
tree | 7bcceaa87732a04b802d6b8675811a939cf8f45d /usr/src/uts/common/os/chip.c | |
parent | 0e838bce24ec3ad3016a7a88671233c2663838ad (diff) | |
download | illumos-gate-8949bcd619d78e849deef983cb8310bc3aa3e242.tar.gz |
6282049 CMT update needed for x86 CPU detection
6311990 Opteron memory latency probing sometimes confused during boot
6366758 cpu_info.core_id kstats
6366886 FPU bit is not set on AMD K6/3+ system
Diffstat (limited to 'usr/src/uts/common/os/chip.c')
-rw-r--r-- | usr/src/uts/common/os/chip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/os/chip.c b/usr/src/uts/common/os/chip.c index c564933a72..b6fcbe89d2 100644 --- a/usr/src/uts/common/os/chip.c +++ b/usr/src/uts/common/os/chip.c @@ -20,7 +20,7 @@ * CDDL HEADER END */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -219,7 +219,7 @@ chip_cpu_init(cpu_t *cp) * leveraged to implement core level load balancing. */ #ifdef sun4v - cid = chip_plat_get_pipeid(cp); + cid = chip_plat_get_coreid(cp); #else cid = chip_plat_get_chipid(cp); #endif /* sun4v */ |