commit | 7ddccb234ce1039f89387e0cec9c29dccf6e3476 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Wed Jan 07 11:24:36 2009 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Jan 07 11:24:36 2009 -0800 |
tree | da43cd370c465cb65281894c911cfd15badad7a6 | |
parent | 6a94cb73064c952255336cc57731904174b2c58f [diff] |
IB/ehca: spin_lock_irqsave() takes an unsigned long The flags argument to spin_lock_irqsave() should really be unsigned long. This will also help prevent some warnings when we change u64 to unsigned long long. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Roland Dreier <rolandd@cisco.com>