From: Russ Anderson <(rja@sgi.com)> Date: Mon, 9 May 2005 22:03:00 +0000 (-0700) Subject: [IA64-SGI] cpe interrupts are not being enabled. X-Git-Tag: v2.6.12-rc6~76^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb68c12b40c3c745381d7ce61d7b2e371f157505;p=pandora-kernel.git [IA64-SGI] cpe interrupts are not being enabled. acpi_request_vector() is called in ia64_mca_init() to get the cpe_vector. The problem is that acpi_request_vector() looks in platform_intr_list[] to get the vector, but platform_intr_list[] is not initialized with a valid vector until later (in sn_setup()). Without a valid vector the code defaults to polling mode. This patch moves the call to acpi_request_vector() from ia64_mca_init() to ia64_mca_late_init(), which is after platform_intr_list[] is initialized. Signed-off-by: Russ Anderson (rja@sgi.com) Signed-off-by: Tony Luck --- Reading git-diff-tree failed