IB/ipath: Changes for fields moving from devdata to portdata
authorDave Olson <dave.olson@qlogic.com>
Thu, 6 Dec 2007 08:28:02 +0000 (00:28 -0800)
committerRoland Dreier <rolandd@cisco.com>
Fri, 25 Jan 2008 22:15:36 +0000 (14:15 -0800)
commit755807a296f77ca7c31dc000afdfe1e5172bbf72
tree0df244c6d024ec0b7085b2d405b3836f2809b4d6
parentd8274869d742c3d8082e1428de47e54d12104928
IB/ipath: Changes for fields moving from devdata to portdata

This patch moves some arrays that were defined per-device to be
variables defined in the per context data structure, thus avoiding extra
kzalloc() calls.

Signed-off-by: Dave Olson <dave.olson@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/ipath/ipath_file_ops.c
drivers/infiniband/hw/ipath/ipath_init_chip.c
drivers/infiniband/hw/ipath/ipath_intr.c
drivers/infiniband/hw/ipath/ipath_kernel.h
drivers/infiniband/hw/ipath/ipath_stats.c