Nicolai Stange <[email protected]> writes:

> Borislav Petkov <[email protected]> writes:
>
>> ---
>> diff --git a/arch/x86/kernel/cpu/microcode/intel.c 
>> b/arch/x86/kernel/cpu/microcode/intel.c
>> index 6515c802346a..b98e016ba5fc 100644
>> --- a/arch/x86/kernel/cpu/microcode/intel.c
>> +++ b/arch/x86/kernel/cpu/microcode/intel.c
>> @@ -793,10 +793,10 @@ void __init load_ucode_intel_bsp(void)
>>  void load_ucode_intel_ap(void)
>>  {
>>      struct ucode_blobs *blobs_p;
>> +    unsigned long *ptrs, start;
>>      struct mc_saved_data *mcs;
>>      struct ucode_cpu_info uci;
>>      enum ucode_state ret;
>> -    unsigned long *ptrs;
>>  
>>  #ifdef CONFIG_X86_32
>>      mcs     = (struct mc_saved_data *)__pa_nodebug(&mc_saved_data);
>
> Am I overlooking something or is this an unrelated cleanup?

I did, nvm.

Reply via email to