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)
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>

No differences found