From: Chris Metcalf Date: Sat, 19 Mar 2011 15:45:34 +0000 (-0400) Subject: arch/tile: fix futex sanitization definition/prototype mismatch X-Git-Tag: v2.6.39-rc1~408^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b4787719f8870104fada924ef65ee9fd5eb2514;p=pandora-kernel.git arch/tile: fix futex sanitization definition/prototype mismatch Commit 8d7718aa082aaf30a0b4989e1f04858952f941bc changed "int" to "u32" in the prototypes but not the definition. I missed this when I saw the patch go by on LKML. We cast "u32 *" to "int *" since we are tying into the underlying atomics framework, and atomic_t uses int as its value type. Signed-off-by: Chris Metcalf Reviewed-by: Michel Lespinasse --- Reading git-diff-tree failed