commit | 2bcff60f7ce88c09a2bc1302ff14510737bfcb7b | [log] [tgz] |
---|---|---|
author | Dale Farnsworth <dale@farnsworth.org> | Fri Sep 28 06:30:43 2007 -0700 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Sep 29 00:46:30 2007 -0400 |
tree | 4108d7a8293ff3a79e933e42773d821a27f64ca0 | |
parent | 1bef7dc00caa7bcbff4fdb55e599e2591461fafa [diff] |
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 <martyn.welch@radstone.co.uk> Signed-off-by: Dale Farnsworth <dale@farnsworth.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>