Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 831f9bd3 authored by Peter Oruba's avatar Peter Oruba Committed by Ingo Molnar
Browse files

x86: moved function declarations out from AMD microcode patch loader to heade file



Signed-off-by: default avatarPeter Oruba <peter.oruba@amd.com>
Cc: Peter Oruba <peter.oruba@amd.com>
Cc: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent f516526f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -56,9 +56,6 @@ MODULE_LICENSE("GPL v2");
	((((struct microcode_amd *)mc)->hdr.mc_patch_data_len * 28) \
	 + MC_HEADER_SIZE)

extern int microcode_init(void *opaque, struct module *module);
extern void microcode_exit(void);

/* serialize access to the physical write */
static DEFINE_SPINLOCK(microcode_update_lock);