• Henrik Kretzschmar's avatar
    x86: Rework arch_disable_smp_support() for x86 · 7167d08e
    Henrik Kretzschmar authored
    Currently arch_disable_smp_support() on x86 disables only the
    support for the IOAPIC and is also compiled in if SMP-support is
    not.
    
    Therefore this function is renamed to disable_ioapic_support(),
    which meets its purpose and is only compiled in the kernel
    when IOAPIC support is also.
    
    A new arch_disable_smp_support() is created in smpboot.c,
    which calls disable_ioapic_support() and gets only compiled
    in the kernel when SMP support is also.
    Signed-off-by: default avatarHenrik Kretzschmar <henne@nachtwindheim.de>
    LKML-Reference: <1298385487-4708-3-git-send-email-henne@nachtwindheim.de>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    7167d08e
io_apic.c 99.4 KB