]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commitdiff
x86/cpu: Fix mixed tabs/spaces
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 5 Feb 2024 14:13:02 +0000 (14:13 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 5 Feb 2024 17:58:23 +0000 (17:58 +0000)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/cpu/common.c

index 26eed2ade1e3f3e714e858ecac9c4f3cdf789d32..28d7f34c4dbe3cb9886b1bfbefe39a0448d33c8e 100644 (file)
@@ -336,8 +336,8 @@ void __init early_cpu_init(bool verbose)
 
        c->x86_vendor = x86_cpuid_lookup_vendor(ebx, ecx, edx);
        switch (c->x86_vendor) {
-       case X86_VENDOR_INTEL:    actual_cpu = intel_cpu_dev;    break;
-       case X86_VENDOR_AMD:      actual_cpu = amd_cpu_dev;      break;
+       case X86_VENDOR_INTEL:    actual_cpu = intel_cpu_dev;    break;
+       case X86_VENDOR_AMD:      actual_cpu = amd_cpu_dev;      break;
        case X86_VENDOR_CENTAUR:  actual_cpu = centaur_cpu_dev;  break;
        case X86_VENDOR_SHANGHAI: actual_cpu = shanghai_cpu_dev; break;
        case X86_VENDOR_HYGON:    actual_cpu = hygon_cpu_dev;    break;