commit | 4979d18fe105297f8f065743f31f8f735da8df2d | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Wed Jan 12 09:50:36 2011 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Jan 12 09:50:36 2011 -0800 |
tree | 36776f85b2bee47c5a671db498939305589d23aa | |
parent | 4162cf64973df51fc885825bc9ca4d055891c49f [diff] |
mlx4_{core, ib, en}: Fix driver when sizeof (phys_addr_t) > sizeof (long) Some systems have PCI addresses that don't fit in unsigned long (eg some 32-bit PowerPC 440 systems have 36-bit bus addresses). Fix up mlx4 drivers by using phys_addr_t where appropriate, so we don't truncate any PCI resource addresses before ioremapping them. Signed-off-by: Roland Dreier <rolandd@cisco.com>