diff options
author | Bryan O'Sullivan <bos@pathscale.com> | 2006-07-01 13:35:59 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-01 18:55:59 +0200 |
commit | b35f004dd3276fc43f242d9a52b4cf74877137c3 (patch) | |
tree | 78f436e31481dfc43ad1869f646216f7c36b340c /drivers/infiniband/hw/ipath/ipath_kernel.h | |
parent | [PATCH] IB/ipath: enforce device resource limits (diff) | |
download | linux-b35f004dd3276fc43f242d9a52b4cf74877137c3.tar.xz linux-b35f004dd3276fc43f242d9a52b4cf74877137c3.zip |
[PATCH] IB/ipath: removed unused field ipath_kregvirt from struct ipath_devdata
Signed-off-by: Dave Olson <dave.olson@qlogic.com>
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com>
Cc: "Michael S. Tsirkin" <mst@mellanox.co.il>
Cc: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to '')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_kernel.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_kernel.h b/drivers/infiniband/hw/ipath/ipath_kernel.h index 751648222825..93508c5aba7f 100644 --- a/drivers/infiniband/hw/ipath/ipath_kernel.h +++ b/drivers/infiniband/hw/ipath/ipath_kernel.h @@ -159,11 +159,6 @@ struct ipath_devdata { /* base of memory alloced for ipath_kregbase, for free */ u64 *ipath_kregalloc; /* - * version of kregbase that doesn't have high bits set (for 32 bit - * programs, so mmap64 44 bit works) - */ - u64 __iomem *ipath_kregvirt; - /* * virtual address where port0 rcvhdrqtail updated for this unit. * only written to by the chip, not the driver. */ |