cpu/intel: Clean up includes
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: Ie760711916c49d275ca49d94b9597fd24b5e7628 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68203 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
This commit is contained in:
parent
6a9ae29c05
commit
deb5645644
4 changed files with 12 additions and 10 deletions
|
|
@ -2,14 +2,13 @@
|
|||
|
||||
/* Microcode update for Intel PIII and later CPUs */
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <cbfs.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <cbfs.h>
|
||||
#include <console/console.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <cpu/intel/microcode.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <smp/spinlock.h>
|
||||
#include <types.h>
|
||||
|
||||
DECLARE_SPIN_LOCK(microcode_lock)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue