From: Glauber Costa Date: Thu, 29 May 2008 03:34:19 +0000 (-0700) Subject: x86: change __setup_vector_irq with setup_vector_irq X-Git-Tag: v2.6.27-rc1~1106^2~233 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fde690011a84e19f98f77bfaa349b2119ddd2d2;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed