[PATCH] Link error when futexes are disabled on 64bit architectures
From: Anton Blanchard <anton@samba.org> If futexes are disabled we fail to link on ppc64. Signed-off-by: Anton Blanchard <anton@samba.org> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Chris Wright <chrisw@sous-sol.org>
This commit is contained in:
committed by
Chris Wright
parent
6bd6b5c7d8
commit
c4389daed1
+1
-1
@@ -899,7 +899,7 @@ fastcall NORET_TYPE void do_exit(long code)
|
||||
}
|
||||
if (unlikely(tsk->robust_list))
|
||||
exit_robust_list(tsk);
|
||||
#ifdef CONFIG_COMPAT
|
||||
#if defined(CONFIG_FUTEX) && defined(CONFIG_COMPAT)
|
||||
if (unlikely(tsk->compat_robust_list))
|
||||
compat_exit_robust_list(tsk);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user