[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <SNT145-W1141791FC5F60B7E0788170A5880@phx.gbl>
Date: Thu, 6 Mar 2014 04:00:04 +0000
From: Nick Krause <nickkrause@...patico.ca>
To: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC: "alan@...rguk.ukuu.org.uk" <alan@...rguk.ukuu.org.uk>
Subject: Patch[Kernel 3.13.5]
Here is my first patch, adding a break point to fix bug 60845, case fallout through on switch
in arch/mips/pci/msi-octeon.c.
--- //home/nick/linux-3.13.5/arch/mips/pci/msi-octeon.c.orig 2014-03-05 22:48:19.084372515 -0500
+++ //home/nick/linux-3.13.5/arch/mips/pci/msi-octeon.c 2014-03-05 22:48:48.388372344 -0500
@@ -150,6 +150,7 @@ msi_irq_allocated:
msg.address_lo =
((128ul << 20) + CVMX_PCI_MSI_RCV) & 0xffffffff;
msg.address_hi = ((128ul << 20) + CVMX_PCI_MSI_RCV)>> 32;
+ break;
case OCTEON_DMA_BAR_TYPE_BIG:
/* When using big bar, Bar 0 is based at 0 */
msg.address_lo = (0 + CVMX_PCI_MSI_RCV) & 0xffffffff;
Got one error no maintainer otherwise not issues with coding style.
Nick
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists