|
@@ -485,7 +485,6 @@ static void show_saved_mc(void)
|
|
|
*/
|
|
|
static void save_mc_for_early(u8 *mc, unsigned int size)
|
|
|
{
|
|
|
-#ifdef CONFIG_HOTPLUG_CPU
|
|
|
/* Synchronization during CPU hotplug. */
|
|
|
static DEFINE_MUTEX(x86_cpu_microcode_mutex);
|
|
|
|
|
@@ -495,7 +494,6 @@ static void save_mc_for_early(u8 *mc, unsigned int size)
|
|
|
show_saved_mc();
|
|
|
|
|
|
mutex_unlock(&x86_cpu_microcode_mutex);
|
|
|
-#endif
|
|
|
}
|
|
|
|
|
|
static bool load_builtin_intel_microcode(struct cpio_data *cp)
|