|
@@ -357,17 +357,12 @@ static void __init get_bsp_sig(void)
|
|
#else
|
|
#else
|
|
void load_ucode_amd_ap(void)
|
|
void load_ucode_amd_ap(void)
|
|
{
|
|
{
|
|
- unsigned int cpu = smp_processor_id();
|
|
|
|
struct equiv_cpu_entry *eq;
|
|
struct equiv_cpu_entry *eq;
|
|
struct microcode_amd *mc;
|
|
struct microcode_amd *mc;
|
|
u8 *cont = container;
|
|
u8 *cont = container;
|
|
u32 rev, eax;
|
|
u32 rev, eax;
|
|
u16 eq_id;
|
|
u16 eq_id;
|
|
|
|
|
|
- /* Exit if called on the BSP. */
|
|
|
|
- if (!cpu)
|
|
|
|
- return;
|
|
|
|
-
|
|
|
|
if (!container)
|
|
if (!container)
|
|
return;
|
|
return;
|
|
|
|
|