lkml.org 
[lkml]   [2017]   [Dec]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 21/21] x86/entry: Clean up the SYSENTER_stack code
    On Mon, Nov 27, 2017 at 11:45:29AM +0100, Ingo Molnar wrote:
    > diff --git a/arch/x86/include/asm/fixmap.h b/arch/x86/include/asm/fixmap.h
    > index 81fdc405ab1f..5a1013df456e 100644
    > --- a/arch/x86/include/asm/fixmap.h
    > +++ b/arch/x86/include/asm/fixmap.h
    > @@ -237,5 +237,10 @@ static inline struct cpu_entry_area *get_cpu_entry_area(int cpu)
    > return (struct cpu_entry_area *)__fix_to_virt(__get_cpu_entry_area_page_index(cpu, 0));
    > }
    >
    > +static inline struct SYSENTER_stack *cpu_SYSENTER_stack(int cpu)
    > +{
    > + return &get_cpu_entry_area((cpu))->tss.SYSENTER_stack;
    ^^^^^^^^^
    Those inner brackets are not needed, right?

    --
    Regards/Gruss,
    Boris.

    Good mailing practices for 400: avoid top-posting and trim the reply.

    \
     
     \ /
      Last update: 2017-12-01 19:00    [W:3.755 / U:0.040 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site