IB/ipath: Use faster put_tid_2 routine after initialization
authorDave Olson <dave.olson@qlogic.com>
Fri, 20 Jul 2007 20:34:02 +0000 (13:34 -0700)
committerRoland Dreier <rolandd@cisco.com>
Mon, 30 Jul 2007 20:16:46 +0000 (13:16 -0700)
commitcf5b60aa4098a1ba169a8f69eb576ac02194bea6
tree8cd46c782a6d65bab7abaa5b5e834a4c3dbdaa85
parentf17fddc9e266281bbb4d384b031e1521e1f2510e
IB/ipath: Use faster put_tid_2 routine after initialization

At one time the ipath_minrev field was initialized prior to the
ipath_init_iba6120_funcs call, but that is no longer the case, so the
slower put_tid routine was always being used.

Signed-off-by: Dave Olson <dave.olson@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/ipath/ipath_iba6120.c