Browse Source

brcm47xx: misc cleanups

Signed-off-by: Hauke Mehrtens <[email protected]>

SVN-Revision: 38980
Hauke Mehrtens 12 years ago
parent
commit
94f7ae90f8

+ 1 - 3
target/linux/brcm47xx/patches-3.10/110-MIPS-BCM47XX-add-vint-irq.patch

@@ -47,11 +47,9 @@ Subject: [PATCH 18/18] bcm47xx: add cpu_has_vint
  void __init arch_init_irq(void)
  {
  #ifdef CONFIG_BCM47XX_BCMA
-@@ -63,5 +76,16 @@ void __init arch_init_irq(void)
- 		cp0_compare_irq = 7;
+@@ -64,4 +77,14 @@ void __init arch_init_irq(void)
  	}
  #endif
-+
  	mips_cpu_irq_init();
 +
 +	if (cpu_has_vint) {

+ 1 - 1
target/linux/brcm47xx/patches-3.10/790-tg3-phylib.patch

@@ -31,7 +31,7 @@
  				    TG3_CPMU_PHY_STRAP_IS_SERDES;
  		if (is_serdes)
  			tp->phy_addr += 7;
-+	} else if (tg3_flag(tp, IS_SSB_CORE)) {
++	} else if (tg3_flag(tp, IS_SSB_CORE) && tg3_flag(tp, ROBOSWITCH)) {
 +		int addr;
 +
 +		addr = ssb_gige_get_phyaddr(tp->pdev);