aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/microcode.c
diff options
context:
space:
mode:
authorPeter Oruba <peter.oruba@amd.com>2008-07-28 18:44:13 +0200
committerIngo Molnar <mingo@elte.hu>2008-07-28 19:57:52 +0200
commit9a56a0f80b52cb41c5e0add47c7ce0bb2ef25eb0 (patch)
treeae9392e650918c006d3a18f84fd80636da175054 /arch/x86/kernel/microcode.c
parentx86: AMD microcode patch loading support v2 (diff)
downloadlinux-dev-9a56a0f80b52cb41c5e0add47c7ce0bb2ef25eb0.tar.xz
linux-dev-9a56a0f80b52cb41c5e0add47c7ce0bb2ef25eb0.zip
x86: moved Intel microcode patch loader declarations to seperate header file
Intel specific microcode declarations have been moved to a seperate header file. There are no code changes to the code itself and no side effects to other parts. Signed-off-by: Peter Oruba <peter.oruba@amd.com> Cc: Tigran Aivazian <tigran@aivazian.fsnet.co.uk> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/microcode.c')
-rw-r--r--arch/x86/kernel/microcode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/microcode.c b/arch/x86/kernel/microcode.c
index 6994c751590e..0d654bd32928 100644
--- a/arch/x86/kernel/microcode.c
+++ b/arch/x86/kernel/microcode.c
@@ -93,6 +93,7 @@
#include <asm/msr.h>
#include <asm/uaccess.h>
#include <asm/processor.h>
+#include <asm/microcode.h>
MODULE_DESCRIPTION("Intel CPU (IA-32) Microcode Update Driver");
MODULE_AUTHOR("Tigran Aivazian <tigran@aivazian.fsnet.co.uk>");