commit | 3fde690011a84e19f98f77bfaa349b2119ddd2d2 | [log] [tgz] |
---|---|---|
author | Glauber Costa <gcosta@redhat.com> | Wed May 28 20:34:19 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jul 08 12:48:21 2008 +0200 |
tree | 82222565bdbf209893a7af884b157c2972ce0984 | |
parent | 86e430edf462e872ecfab28d6b8619be5ab9c300 [diff] |
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>