mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
x86/microcode: Include vendor headers into microcode.h
Currently vendor specific headers are included explicitly when used in common code. Instead, include the vendor specific headers in microcode.h, and include that in all usages. No functional change. Suggested-by: Boris Petkov <bp@alien8.de> Signed-off-by: Ashok Raj <ashok.raj@intel.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://lore.kernel.org/r/20230812195727.776541545@linutronix.de
This commit is contained in:
committed by
Borislav Petkov (AMD)
parent
4da2131fac
commit
82ad097b02
@@ -31,9 +31,7 @@
|
||||
#include <linux/fs.h>
|
||||
#include <linux/mm.h>
|
||||
|
||||
#include <asm/microcode_intel.h>
|
||||
#include <asm/cpu_device_id.h>
|
||||
#include <asm/microcode_amd.h>
|
||||
#include <asm/perf_event.h>
|
||||
#include <asm/microcode.h>
|
||||
#include <asm/processor.h>
|
||||
|
||||
Reference in New Issue
Block a user