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/sun4v/os/cmp.c | |
parent | 0e838bce24ec3ad3016a7a88671233c2663838ad (diff) | |
download | illumos-joyent-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/sun4v/os/cmp.c')
-rw-r--r-- | usr/src/uts/sun4v/os/cmp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/uts/sun4v/os/cmp.c b/usr/src/uts/sun4v/os/cmp.c index 236af92900..fc0aa2e46c 100644 --- a/usr/src/uts/sun4v/os/cmp.c +++ b/usr/src/uts/sun4v/os/cmp.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. */ @@ -104,7 +104,7 @@ chip_plat_get_chipid(cpu_t *cp) void chip_plat_define_chip(cpu_t *cp, chip_def_t *cd) { - cd->chipd_type = CHIP_CMP_SHARED_CACHE; + cd->chipd_type = CHIP_CMT; /* * Define any needed adjustment of rechoose_interval @@ -121,7 +121,7 @@ chip_plat_define_chip(cpu_t *cp, chip_def_t *cd) */ id_t -chip_plat_get_pipeid(cpu_t *cp) +chip_plat_get_coreid(cpu_t *cp) { return (cp->cpu_m.cpu_ipipe); } |