]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commitdiff
x86/ucode: Remove accidentally introduced tabs
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 2 Feb 2024 17:57:37 +0000 (17:57 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 5 Feb 2024 10:36:47 +0000 (10:36 +0000)
Fixes: cf7fe8b72dea ("x86/ucode: Fix stability of the raw CPU Policy rescan")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/cpu/microcode/core.c

index 6f95f7bbe223663379d69b429680dcb946526546..1c9f66ea8a0f2dcb5d34c376d65bc15d9ebb7db6 100644 (file)
@@ -685,12 +685,12 @@ static long cf_check microcode_update_helper(void *data)
          * Disable CPUID masking if in use, to avoid having current's
          * cpu_policy affect the rescan.
          */
-       if ( ctxt_switch_masking )
+        if ( ctxt_switch_masking )
             alternative_vcall(ctxt_switch_masking, NULL);
 
         calculate_raw_cpu_policy();
 
-       if ( ctxt_switch_masking )
+        if ( ctxt_switch_masking )
             alternative_vcall(ctxt_switch_masking, current);
     }
     else