From: Stephen Rothwell Date: Wed, 7 Jan 2009 19:24:36 +0000 (-0800) Subject: IB/ehca: spin_lock_irqsave() takes an unsigned long X-Git-Tag: v2.6.29-rc2~90^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ddccb234ce1039f89387e0cec9c29dccf6e3476;p=pandora-kernel.git 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 Signed-off-by: Roland Dreier --- Reading git-diff-tree failed