[PATCH] mv643xx_eth: Check ETH_INT_CAUSE_STATE bit

2007-09-28 Thread Dale Farnsworth
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:

Re: [PATCH] mv643xx_eth: Check ETH_INT_CAUSE_STATE bit

2007-09-28 Thread Jeff Garzik
Dale Farnsworth wrote: 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