diff options
author | jjc <none@none> | 2008-05-20 15:16:28 -0700 |
---|---|---|
committer | jjc <none@none> | 2008-05-20 15:16:28 -0700 |
commit | dae2fa3732af276632393e33b86093e7c97f905e (patch) | |
tree | 174baf1b956f0cbdc7071b477a86e71a6f7f8732 /usr/src/uts/intel/sys | |
parent | c7158ae983f5a04c4a998f468ecefba6d23ba721 (diff) | |
download | illumos-joyent-dae2fa3732af276632393e33b86093e7c97f905e.tar.gz |
6699040 Solaris kernel uses wrong CPU APIC ID for looking up CPU in ACPI SRAT
Diffstat (limited to 'usr/src/uts/intel/sys')
-rw-r--r-- | usr/src/uts/intel/sys/bootconf.h | 5 | ||||
-rw-r--r-- | usr/src/uts/intel/sys/x86_archext.h | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/uts/intel/sys/bootconf.h b/usr/src/uts/intel/sys/bootconf.h index 1c6424915c..1ccea1a714 100644 --- a/usr/src/uts/intel/sys/bootconf.h +++ b/usr/src/uts/intel/sys/bootconf.h @@ -46,6 +46,11 @@ extern "C" { #endif /* + * Boot property names + */ +#define BP_CPU_APICID_ARRAY "cpu_apicid_array" + +/* * masks to hand to bsys_alloc memory allocator * XXX These names shouldn't really be srmmu derived. */ diff --git a/usr/src/uts/intel/sys/x86_archext.h b/usr/src/uts/intel/sys/x86_archext.h index 8dad09d1d7..3154a7cabb 100644 --- a/usr/src/uts/intel/sys/x86_archext.h +++ b/usr/src/uts/intel/sys/x86_archext.h @@ -540,7 +540,6 @@ extern uint_t cpuid_get_ncpu_sharing_last_cache(struct cpu *); extern id_t cpuid_get_last_lvl_cacheid(struct cpu *); extern int cpuid_get_chipid(struct cpu *); extern id_t cpuid_get_coreid(struct cpu *); -extern uint_t cpuid_get_apicid(struct cpu *); extern int cpuid_get_pkgcoreid(struct cpu *); extern int cpuid_get_clogid(struct cpu *); extern int cpuid_is_cmt(struct cpu *); |