IB/qib: Don't mark VL15 bufs as WC to avoid a rare 7322 chip problem
Don't set write combining via PAT on the VL15 buffers to avoid a rare problem with unaligned writes from interrupt-flushed store buffers. Signed-off-by: Dave Olson <dave.olson@qlogic.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Tento commit je obsažen v:
@@ -686,6 +686,7 @@ struct qib_devdata {
|
||||
void __iomem *piobase;
|
||||
/* mem-mapped pointer to base of user chip regs (if using WC PAT) */
|
||||
u64 __iomem *userbase;
|
||||
void __iomem *piovl15base; /* base of VL15 buffers, if not WC */
|
||||
/*
|
||||
* points to area where PIOavail registers will be DMA'ed.
|
||||
* Has to be on a page of it's own, because the page will be
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele