lkml.org 
[lkml]   [2020]   [May]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch V9 35/39] x86/entry: Make enter_from_user_mode() static
    From: Thomas Gleixner <tglx@linutronix.de>

    The ASM users are gone. All callers are local.

    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    Acked-by: Andy Lutomirski <luto@kernel.org>
    ---
    arch/x86/entry/common.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/arch/x86/entry/common.c
    +++ b/arch/x86/entry/common.c
    @@ -54,7 +54,7 @@
    * 2) Invoke context tracking if enabled to reactivate RCU
    * 3) Trace interrupts off state
    */
    -__visible noinstr void enter_from_user_mode(void)
    +static noinstr void enter_from_user_mode(void)
    {
    enum ctx_state state = ct_state();

    \
     
     \ /
      Last update: 2020-05-21 22:32    [W:4.103 / U:0.248 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site