coreboot/src/cpu/intel
Raul E Rangel 1d565b500d cpu/intel/hyperthreading: Add missing header <arch/cpu.h>
This file is using cpuid_result and cpuid(). I also removed the spinlock
header since it's not used. This is what was previously providing the
cpu.h header.

BUG=b:179699789
TEST=none

Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: Idc3daa64562c4a4d57b678f13726509b480ba050
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59356
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
2021-11-22 16:59:45 +00:00
..
car cpu/intel/car/core2/cache_as_ram: Add x86_64 support 2021-07-07 05:49:10 +00:00
common acpigen,soc/amd,cpu/intel: rework static DWORD for CPPC table 2021-10-21 20:03:14 +00:00
fit Makefile.inc: Fix IFITTOOL dependencies 2021-07-07 14:51:22 +00:00
haswell cpu/intel: Use unsigned types in get_cpu_count() 2021-11-05 15:30:34 +00:00
hyperthreading cpu/intel/hyperthreading: Add missing header <arch/cpu.h> 2021-11-22 16:59:45 +00:00
microcode soc/intel: Fix microcode loading 2021-07-09 11:49:02 +00:00
model_6bx src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function 2021-10-26 20:27:22 +00:00
model_6ex src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function 2021-10-26 20:27:22 +00:00
model_6fx src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function 2021-10-26 20:27:22 +00:00
model_6xx src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function 2021-10-26 20:27:22 +00:00
model_65x src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function 2021-10-26 20:27:22 +00:00
model_67x src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function 2021-10-26 20:27:22 +00:00
model_68x src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function 2021-10-26 20:27:22 +00:00
model_106cx cpu/x86/Kconfig: Remove unused CPU_ADDR_BITS 2021-11-03 18:34:46 +00:00
model_206ax cpu/intel: Use unsigned types in get_cpu_count() 2021-11-05 15:30:34 +00:00
model_1067x cpu/intel: Use unsigned types in get_cpu_count() 2021-11-05 15:30:34 +00:00
model_2065x cpu/intel: Use unsigned types in get_cpu_count() 2021-11-05 15:30:34 +00:00
model_f2x src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function 2021-10-26 20:27:22 +00:00
model_f3x src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function 2021-10-26 20:27:22 +00:00
model_f4x src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function 2021-10-26 20:27:22 +00:00
slot_1 cpu/x86: Introduce and use CPU_X86_LAPIC 2021-10-26 17:44:14 +00:00
smm
socket_441 cpu/x86: Introduce and use CPU_X86_LAPIC 2021-10-26 17:44:14 +00:00
socket_BGA956 cpu/x86: Introduce and use CPU_X86_LAPIC 2021-10-26 17:44:14 +00:00
socket_FCBGA559 cpu/x86: Introduce and use CPU_X86_LAPIC 2021-10-26 17:44:14 +00:00
socket_LGA775 cpu/x86: Introduce and use CPU_X86_LAPIC 2021-10-26 17:44:14 +00:00
socket_m cpu/intel/*/Kconfig: move selection of CPU_X86_CACHE_HELPER 2021-10-26 17:43:29 +00:00
socket_mPGA604 cpu/intel/*/Kconfig: move selection of CPU_X86_CACHE_HELPER 2021-10-26 17:43:29 +00:00
socket_p cpu/intel/*/Kconfig: move selection of CPU_X86_CACHE_HELPER 2021-10-26 17:43:29 +00:00
speedstep cpu/intel/speedstep: Constify get_cst_entries() 2021-10-19 15:00:01 +00:00
turbo
Kconfig
Makefile.inc