From: Dale Farnsworth Date: Fri, 28 Sep 2007 13:30:43 +0000 (-0700) Subject: mv643xx_eth: Check ETH_INT_CAUSE_STATE bit X-Git-Tag: v2.6.23-rc9~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bcff60f7ce88c09a2bc1302ff14510737bfcb7b;p=pandora-kernel.git mv643xx_eth: Check ETH_INT_CAUSE_STATE bit Commit 468d09f8946d40228c56de26fe4874b2f98067ed masked the "state" interrupt (bit 20 of the cause register). This results in Radstone's PPC7D repeatedly re-entering the interrupt routine, locking up the board. The following patch returns the required handling for this interrupt. Signed-off-by: Martyn Welch Signed-off-by: Dale Farnsworth Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed