kernel-ark/drivers/ntb
Roland Dreier c8eee3795d NTB: Fix typo in setting one translation register
In the code for Xeon devices in back-to-back mode with xeon_errata_workaround
disabled, the downstream device puts the wrong value in SNB_B2B_XLAT_OFFSETL
(SNB_MBAR01_DSD_ADDR vs. SNB_MBAR01_USD_ADDR).

This was spotted while reading code, since the typo has no practical effect,
at least for now: the low 32 bits of both constants are actually identical
anyway.  However, it's clearer and safer to use the right name.

Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Jon Mason <jon.mason@intel.com>
2014-04-07 10:58:14 -07:00
..
Kconfig NTB: Enable 32bit Support 2013-09-03 14:48:53 -07:00
Makefile
ntb_hw.c NTB: Fix typo in setting one translation register 2014-04-07 10:58:14 -07:00
ntb_hw.h NTB: Disable interrupts and poll under high load 2013-11-20 09:57:34 -07:00
ntb_regs.h NTB: Enable Snoop on Primary Side 2013-11-20 09:57:33 -07:00
ntb_transport.c NTB driver bug fixes to address a missed call to pci_enable_msix, 2013-11-26 11:15:12 -08:00