|
@@ -478,7 +478,7 @@ void set_personality_ia32(bool x32)
|
|
if (current->mm)
|
|
if (current->mm)
|
|
current->mm->context.ia32_compat = TIF_X32;
|
|
current->mm->context.ia32_compat = TIF_X32;
|
|
current->personality &= ~READ_IMPLIES_EXEC;
|
|
current->personality &= ~READ_IMPLIES_EXEC;
|
|
- /* is_compat_task() uses the presence of the x32
|
|
|
|
|
|
+ /* in_compat_syscall() uses the presence of the x32
|
|
syscall bit flag to determine compat status */
|
|
syscall bit flag to determine compat status */
|
|
current_thread_info()->status &= ~TS_COMPAT;
|
|
current_thread_info()->status &= ~TS_COMPAT;
|
|
} else {
|
|
} else {
|