aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/microcode_amd.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/microcode_amd.c')
-rw-r--r--arch/x86/kernel/microcode_amd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/microcode_amd.c b/arch/x86/kernel/microcode_amd.c
index 6789530ef33b..2b98e6ab1bf9 100644
--- a/arch/x86/kernel/microcode_amd.c
+++ b/arch/x86/kernel/microcode_amd.c
@@ -56,9 +56,6 @@ MODULE_LICENSE("GPL v2");
56 ((((struct microcode_amd *)mc)->hdr.mc_patch_data_len * 28) \ 56 ((((struct microcode_amd *)mc)->hdr.mc_patch_data_len * 28) \
57 + MC_HEADER_SIZE) 57 + MC_HEADER_SIZE)
58 58
59extern int microcode_init(void *opaque, struct module *module);
60extern void microcode_exit(void);
61
62/* serialize access to the physical write */ 59/* serialize access to the physical write */
63static DEFINE_SPINLOCK(microcode_update_lock); 60static DEFINE_SPINLOCK(microcode_update_lock);
64 61