On 04/15/2016 12:18 PM, Ingo Molnar wrote:Or maybe, better:
* Andy Lutomirski <luto@xxxxxxxxxxxxxx> wrote:Does `is_32bit_syscall` sounds right, or shall it be `is_32bit_task`?
Instead of ifdef, use the (grossly misnamed) is_ia32_task() helper forPlease also let's do the rename.
this, please.
I think, `is_compat_task` will be bad-named for X86_32 host.