-
- Downloads
x86: change __setup_vector_irq with setup_vector_irq
We create a version of it for i386, and then take the CONFIG_X86_64 ifdef out of the game. We could create a __setup_vector_irq for i386, but it would incur in an unnecessary lock taking. Moreover, it is better practice to only export setup_vector_irq anyway. Signed-off-by:Glauber Costa <gcosta@redhat.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- arch/x86/kernel/io_apic_32.c 5 additions, 0 deletionsarch/x86/kernel/io_apic_32.c
- arch/x86/kernel/io_apic_64.c 8 additions, 1 deletionarch/x86/kernel/io_apic_64.c
- arch/x86/kernel/smpboot.c 2 additions, 9 deletionsarch/x86/kernel/smpboot.c
- include/asm-x86/hw_irq.h 1 addition, 1 deletioninclude/asm-x86/hw_irq.h
Loading
Please register or sign in to comment