]> git.baikalelectronics.ru Git - kernel.git/commit
x86: change __setup_vector_irq with setup_vector_irq
authorGlauber Costa <gcosta@redhat.com>
Thu, 29 May 2008 03:34:19 +0000 (20:34 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 10:48:21 +0000 (12:48 +0200)
commit390dfee54ba0fffeb2767b2140650a441d39ba01
tree82222565bdbf209893a7af884b157c2972ce0984
parent9e5fef9ad3385f68052b574e54d1c8e58a7497a1
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>
arch/x86/kernel/io_apic_32.c
arch/x86/kernel/io_apic_64.c
arch/x86/kernel/smpboot.c
include/asm-x86/hw_irq.h