aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_kernel.h
diff options
context:
space:
mode:
authorDave Olson <dave.olson@qlogic.com>2008-01-08 04:51:46 -0500
committerRoland Dreier <rolandd@cisco.com>2008-01-25 17:17:43 -0500
commitddb70c83a5ce439271f1699e52a97785a8b45b81 (patch)
treedec9a6a75c595a5348c7970cadd40465b59a4fef /drivers/infiniband/hw/ipath/ipath_kernel.h
parent359193ef433061515fe24d57e5bd5a1318d71bc3 (diff)
IB/ipath: Minor cleanup of unused fields and chip-specific errors
Clean up some unused header fields, minor related cleanup. Signed-off-by: Dave Olson <dave.olson@qlogic.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_kernel.h')
-rw-r--r--drivers/infiniband/hw/ipath/ipath_kernel.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_kernel.h b/drivers/infiniband/hw/ipath/ipath_kernel.h
index 3da8dd79d26e..31d79e246aa0 100644
--- a/drivers/infiniband/hw/ipath/ipath_kernel.h
+++ b/drivers/infiniband/hw/ipath/ipath_kernel.h
@@ -396,14 +396,13 @@ struct ipath_devdata {
396 unsigned long ipath_wc_len; 396 unsigned long ipath_wc_len;
397 /* ref count for each pkey */ 397 /* ref count for each pkey */
398 atomic_t ipath_pkeyrefs[4]; 398 atomic_t ipath_pkeyrefs[4];
399 /* shadow copy of all exptids physaddr; used only by funcsim */
400 u64 *ipath_tidsimshadow;
401 /* shadow copy of struct page *'s for exp tid pages */ 399 /* shadow copy of struct page *'s for exp tid pages */
402 struct page **ipath_pageshadow; 400 struct page **ipath_pageshadow;
403 /* shadow copy of dma handles for exp tid pages */ 401 /* shadow copy of dma handles for exp tid pages */
404 dma_addr_t *ipath_physshadow; 402 dma_addr_t *ipath_physshadow;
405 u64 __iomem *ipath_egrtidbase; 403 u64 __iomem *ipath_egrtidbase;
406 /* lock to workaround chip bug 9437 */ 404 /* lock to workaround chip bug 9437 and others */
405 spinlock_t ipath_kernel_tid_lock;
407 spinlock_t ipath_tid_lock; 406 spinlock_t ipath_tid_lock;
408 spinlock_t ipath_sendctrl_lock; 407 spinlock_t ipath_sendctrl_lock;
409 408