Re: [PATCH v3 10/10] x86: Reclaim TIF_IA32 and TIF_X32

2020-11-05 Thread Dmitry Safonov
On Sun, 4 Oct 2020 at 04:31, Gabriel Krisman Bertazi wrote: > > Now that these flags are no longer used, reclaim those TI bits. > > Signed-off-by: Gabriel Krisman Bertazi Oh wow! I've just started rebasing patches that do essentially the same on linux-next and found that it's already done and

[PATCH v3 10/10] x86: Reclaim TIF_IA32 and TIF_X32

2020-10-03 Thread Gabriel Krisman Bertazi
Now that these flags are no longer used, reclaim those TI bits. Signed-off-by: Gabriel Krisman Bertazi --- arch/x86/include/asm/thread_info.h | 4 arch/x86/kernel/process_64.c | 6 -- 2 files changed, 10 deletions(-) diff --git a/arch/x86/include/asm/thread_info.h