lkml.org 
[lkml]   [2016]   [Jul]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH] x86/asm/entry: Make thunk's restore a local label

    * Borislav Petkov <bp@alien8.de> wrote:

    > From: Borislav Petkov <bp@suse.de>
    >
    > No need to have it appear in objdump output.
    >
    > No functionality change.
    >
    > Signed-off-by: Borislav Petkov <bp@suse.de>
    > ---
    > arch/x86/entry/thunk_64.S | 6 +++---
    > 1 file changed, 3 insertions(+), 3 deletions(-)
    >
    > diff --git a/arch/x86/entry/thunk_64.S b/arch/x86/entry/thunk_64.S
    > index 027aec4a74df..7b506f52a92c 100644
    > --- a/arch/x86/entry/thunk_64.S
    > +++ b/arch/x86/entry/thunk_64.S
    > @@ -33,7 +33,7 @@
    > .endif
    >
    > call \func
    > - jmp restore
    > + jmp .Lrestore

    Btw., could we make it .L_restore to make it more readable - or does the
    underscore confuse tooling?

    Thanks,

    Ingo

    \
     
     \ /
      Last update: 2016-07-08 16:21    [W:5.757 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site