diff options
Diffstat (limited to 'arch/x86/kernel/microcode_amd.c')
-rw-r--r-- | arch/x86/kernel/microcode_amd.c | 3 |
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 | ||
59 | extern int microcode_init(void *opaque, struct module *module); | ||
60 | extern void microcode_exit(void); | ||
61 | |||
62 | /* serialize access to the physical write */ | 59 | /* serialize access to the physical write */ |
63 | static DEFINE_SPINLOCK(microcode_update_lock); | 60 | static DEFINE_SPINLOCK(microcode_update_lock); |
64 | 61 | ||