lkml.org 
[lkml]   [2020]   [Oct]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 4.14 07/46] MIPS: ftrace: Remove redundant #ifdef CONFIG_DYNAMIC_FTRACE
    Date
    From: Zejiang Tang <tangzejiang@loongson.cn>

    [ Upstream commit 39116103a7345927fa99644d08bc0cc9d45fea6f ]

    There exists redundant #ifdef CONFIG_DYNAMIC_FTRACE in ftrace.c, remove it.

    Signed-off-by: Zejiang Tang <tangzejiang@loongson.cn>
    Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
    Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/mips/kernel/ftrace.c | 4 ----
    1 file changed, 4 deletions(-)

    diff --git a/arch/mips/kernel/ftrace.c b/arch/mips/kernel/ftrace.c
    index 99285be0e0884..386f8dd0d703a 100644
    --- a/arch/mips/kernel/ftrace.c
    +++ b/arch/mips/kernel/ftrace.c
    @@ -37,10 +37,6 @@ void arch_ftrace_update_code(int command)
    ftrace_modify_all_code(command);
    }

    -#endif
    -
    -#ifdef CONFIG_DYNAMIC_FTRACE
    -
    #define JAL 0x0c000000 /* jump & link: ip --> ra, jump to target */
    #define ADDR_MASK 0x03ffffff /* op_code|addr : 31...26|25 ....0 */
    #define JUMP_RANGE_MASK ((1UL << 28) - 1)
    --
    2.25.1
    \
     
     \ /
      Last update: 2020-10-27 01:19    [W:3.903 / U:0.144 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site