From: David S. Miller Date: Mon, 30 Oct 2006 00:32:31 +0000 (-0800) Subject: [SPARC64]: Fix Tomatillo/Schizo IRQ handling. X-Git-Tag: v2.6.19-rc5~102^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9001f2850ff92b52d7654379e7b7feb72f78f161;p=pandora-kernel.git [SPARC64]: Fix Tomatillo/Schizo IRQ handling. The code in schizo_irq_trans_init() should set irq_data->sync_reg to the location of the SYNC register if this is Tomatillo, and set it to zero otherwise. But that is not what it is doing. As a result, non-Tomatillo systems were trying to access a non-existent register resulting in bus errors at the first PCI interrupt. Thanks to Roland Stigge for the bug report. Signed-off-by: David S. Miller --- Reading git-diff-tree failed