aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/microcode_amd.c
diff options
context:
space:
mode:
authorPeter Oruba <peter.oruba@amd.com>2008-07-29 11:41:06 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-31 17:26:16 -0400
commit831f9bd3151ebd22959a0cb2a20b44a06b26d4ed (patch)
tree2daca59b3eb83d1f6da5fe6f5d0490badb605a9c /arch/x86/kernel/microcode_amd.c
parentf516526febb75500f280def2108688d388df4e1e (diff)
x86: moved function declarations out from AMD microcode patch loader to heade file
Signed-off-by: Peter Oruba <peter.oruba@amd.com> Cc: 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_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