commit | bf31a1a02eb28d9bda0bb74345df7889faeb7335 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <antonb@au1.ibm.com> | Wed May 13 16:52:40 2009 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed May 13 16:52:40 2009 -0700 |
tree | ede5fa4f19c993ec6809e94941280f6e3600921e | |
parent | 210af919c949a7d6bd330916ef376cec2907d81e [diff] |
IB/ehca: Replace vmalloc() with kmalloc() for queue allocation To improve performance of driver resource allocation, replace vmalloc() calls with kmalloc(). Signed-off-by: Stefan Roscher <stefan.roscher@de.ibm.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>