|
@@ -527,6 +527,7 @@ void set_personality_ia32(void)
|
|
|
|
|
|
|
|
/* Make sure to be in 32bit mode */
|
|
/* Make sure to be in 32bit mode */
|
|
|
set_thread_flag(TIF_IA32);
|
|
set_thread_flag(TIF_IA32);
|
|
|
|
|
+ current->personality |= force_personality32;
|
|
|
|
|
|
|
|
/* Prepare the first "return" to user space */
|
|
/* Prepare the first "return" to user space */
|
|
|
current_thread_info()->status |= TS_COMPAT;
|
|
current_thread_info()->status |= TS_COMPAT;
|