Skip to content
Snippets Groups Projects
Commit 65a4e574 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_setup()


Impact: cleanup

disable_ioapic_setup() in init/main.c is ugly as the function is
x86-specific. The #ifdef inline prototype there is ugly too.

Replace it with a generic arch_disable_smp_support() function - which
has a weak alias for non-x86 architectures and for non-ioapic x86 builds.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent d8106d2e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment