lkml.org 
[lkml]   [2020]   [Jul]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 1/6] arch: x86: Don't use TIF flags for mm context
    On Tue, Jul 28, 2020 at 04:22:24PM -0400, Gabriel Krisman Bertazi wrote:

    > diff --git a/arch/x86/include/asm/thread_info.h b/arch/x86/include/asm/thread_info.h
    > index 267701ae3d86..934aa15b20f2 100644
    > --- a/arch/x86/include/asm/thread_info.h
    > +++ b/arch/x86/include/asm/thread_info.h
    > @@ -53,6 +53,12 @@ struct task_struct;
    > #include <asm/cpufeature.h>
    > #include <linux/atomic.h>
    >
    > +enum {
    > + PSABI_IA64 = 0,

    That's the Itanic, and it has sailed. I think you want PSABI_X86_64 or
    something.

    > + PSABI_IA32 = 1,
    > + PSABI_X32 = 2
    > +};

    \
     
     \ /
      Last update: 2020-07-29 11:04    [W:3.048 / U:1.320 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site