From 13a779d3f3a91f0f029990ac96a7607aa24f6fe6 Mon Sep 17 00:00:00 2001 From: hauke Date: Fri, 22 Jul 2011 16:04:25 +0000 Subject: kernel: update to linux-3.0 and refresh patches. Thank you Peter Wagner for the patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27722 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/patches-3.0/020-ssb_update.patch | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'target/linux/generic/patches-3.0/020-ssb_update.patch') diff --git a/target/linux/generic/patches-3.0/020-ssb_update.patch b/target/linux/generic/patches-3.0/020-ssb_update.patch index a310d90f9..817c4f4dd 100644 --- a/target/linux/generic/patches-3.0/020-ssb_update.patch +++ b/target/linux/generic/patches-3.0/020-ssb_update.patch @@ -77,15 +77,17 @@ { u16 tmp = pcicore_read16(pc, SSB_PCICORE_SPROM(0)); if (((tmp & 0xF000) >> 12) != pc->dev->core_index) { -@@ -514,13 +514,13 @@ static void ssb_pcicore_pcie_setup_worka +@@ -514,7 +514,7 @@ static void ssb_pcicore_pcie_setup_worka * Generic and Clientmode operation code. **************************************************/ -static void ssb_pcicore_init_clientmode(struct ssb_pcicore *pc) +static void __devinit ssb_pcicore_init_clientmode(struct ssb_pcicore *pc) { - /* Disable PCI interrupts. */ - ssb_write32(pc->dev, SSB_INTVEC, 0); + ssb_pcicore_fix_sprom_core_index(pc); + +@@ -529,7 +529,7 @@ static void ssb_pcicore_init_clientmode( + } } -void ssb_pcicore_init(struct ssb_pcicore *pc) -- cgit v1.2.3