Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes
Conflicts: arch/x86/entry/entry_64_compat.S arch/x86/math-emu/get_address.c Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
@@ -191,7 +191,7 @@ int main(int argc, char *argv[])
|
||||
if (res > 0) {
|
||||
atomic_set(&requeued, 1);
|
||||
break;
|
||||
} else if (res > 0) {
|
||||
} else if (res < 0) {
|
||||
error("FUTEX_CMP_REQUEUE_PI failed\n", errno);
|
||||
ret = RET_ERROR;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user