• J
    x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stack · ae2e565b
    Joerg Roedel 提交于
    The stack address doesn't need to be stored in tss.sp0 if the stack is
    switched manually like on sysenter. Rename the offset so that it still
    makes sense when its location is changed in later patches.
    
    This stackk will also be used for all kernel-entry points, not just
    sysenter. Reflect that and the fact that it is the offset to the task-stack
    location in the name as well.
    Signed-off-by: NJoerg Roedel <jroedel@suse.de>
    Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
    Tested-by: NPavel Machek <pavel@ucw.cz>
    Cc: "H . Peter Anvin" <hpa@zytor.com>
    Cc: linux-mm@kvack.org
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Andy Lutomirski <luto@kernel.org>
    Cc: Dave Hansen <dave.hansen@intel.com>
    Cc: Josh Poimboeuf <jpoimboe@redhat.com>
    Cc: Juergen Gross <jgross@suse.com>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Borislav Petkov <bp@alien8.de>
    Cc: Jiri Kosina <jkosina@suse.cz>
    Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
    Cc: Brian Gerst <brgerst@gmail.com>
    Cc: David Laight <David.Laight@aculab.com>
    Cc: Denys Vlasenko <dvlasenk@redhat.com>
    Cc: Eduardo Valentin <eduval@amazon.com>
    Cc: Greg KH <gregkh@linuxfoundation.org>
    Cc: Will Deacon <will.deacon@arm.com>
    Cc: aliguori@amazon.com
    Cc: daniel.gruss@iaik.tugraz.at
    Cc: hughd@google.com
    Cc: keescook@google.com
    Cc: Andrea Arcangeli <aarcange@redhat.com>
    Cc: Waiman Long <llong@redhat.com>
    Cc: "David H . Gutteridge" <dhgutteridge@sympatico.ca>
    Cc: joro@8bytes.org
    Link: https://lkml.kernel.org/r/1531906876-13451-3-git-send-email-joro@8bytes.org
    ae2e565b
entry_32.S 26.5 KB