lkml.org 
[lkml]   [2023]   [Aug]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[patch 27/53] x86/of: Use new APIC registration functions
    Date
    No functional change intended.

    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    ---
    arch/x86/kernel/devicetree.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/arch/x86/kernel/devicetree.c
    +++ b/arch/x86/kernel/devicetree.c
    @@ -136,7 +136,7 @@ static void __init dtb_cpu_setup(void)
    pr_warn("%pOF: missing local APIC ID\n", dn);
    continue;
    }
    - generic_processor_info(apic_id);
    + topology_register_apic(apic_id, CPU_ACPIID_INVALID, true);
    }
    }

    \
     
     \ /
      Last update: 2023-08-07 15:54    [W:3.694 / U:0.268 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site