diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2011-03-19 16:45:34 +0100 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2011-03-20 05:08:21 +0100 |
commit | 5b4787719f8870104fada924ef65ee9fd5eb2514 (patch) | |
tree | 6f82375d8f2372d70e00430292190fb63776056c /include/asm-generic/sections.h | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... (diff) | |
download | linux-5b4787719f8870104fada924ef65ee9fd5eb2514.tar.xz linux-5b4787719f8870104fada924ef65ee9fd5eb2514.zip |
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 <cmetcalf@tilera.com>
Reviewed-by: Michel Lespinasse <walken@google.com>
Diffstat (limited to 'include/asm-generic/sections.h')
0 files changed, 0 insertions, 0 deletions