mv643xx_eth: Check ETH_INT_CAUSE_STATE bit
authorDale Farnsworth <dale@farnsworth.org>
Fri, 28 Sep 2007 13:30:43 +0000 (06:30 -0700)
committerJeff Garzik <jeff@garzik.org>
Sat, 29 Sep 2007 04:46:30 +0000 (00:46 -0400)
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 <martyn.welch@radstone.co.uk>
Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found