diff options
author | Tetsuo Handa <[email protected]> | 2013-10-17 19:45:29 +0900 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2013-10-18 21:58:54 +0200 |
commit | b0267507dfd0187fb7840a0ec461a510a7f041c5 (patch) | |
tree | 8d17053d2ac87eb4f53120dc8d83cc084819096a /lib/test-string_helpers.c | |
parent | 04919afb85c8f007b7326c4da5eb61c52e91b9c7 (diff) |
mutex: Avoid gcc version dependent __builtin_constant_p() usage
Commit 040a0a37 ("mutex: Add support for wound/wait style locks")
used "!__builtin_constant_p(p == NULL)" but gcc 3.x cannot
handle such expression correctly, leading to boot failure when
built with CONFIG_DEBUG_MUTEXES=y.
Fix it by explicitly passing a bool which tells whether p != NULL
or not.
[ PeterZ: This is a sad patch, but provided it actually generates
similar code I suppose its the best we can do bar whole
sale deprecating gcc-3. ]
Signed-off-by: Tetsuo Handa <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
Acked-by: Maarten Lankhorst <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: Linus Torvalds <[email protected]>
Cc: Andrew Morton <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'lib/test-string_helpers.c')
0 files changed, 0 insertions, 0 deletions