From: Russell King Date: Wed, 16 Nov 2005 18:03:10 +0000 (+0000) Subject: [ARM] Use unsigned long not u32 in atomic_cmpxchg X-Git-Tag: v2.6.15-rc2~68^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49ee57a3295a227b6a02785f75ccd521e493e983;p=pandora-kernel.git [ARM] Use unsigned long not u32 in atomic_cmpxchg Since atomic.h does not include types.h, u32 may not be defined. Since atomics are supposed to work on unsigned long quantities, use unsigned long instead. Signed-off-by: Russell King --- Reading git-diff-tree failed