lkml.org 
[lkml]   [2023]   [Feb]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.19 06/16] hexagon: Fix function name in die()
    Date
    From: Nathan Chancellor <nathan@kernel.org>

    commit 4f0712ccec09c071e221242a2db9a6779a55a949 upstream.

    When building ARCH=hexagon defconfig:

    arch/hexagon/kernel/traps.c:217:2: error: implicit declaration of
    function 'make_dead_task' [-Werror,-Wimplicit-function-declaration]
    make_dead_task(err);
    ^

    The function's name is make_task_dead(), change it so there is no more
    build error.

    Fixes: 0e25498f8cd4 ("exit: Add and use make_task_dead.")
    Signed-off-by: Nathan Chancellor <nathan@kernel.org>
    Link: https://lkml.kernel.org/r/20211227184851.2297759-2-nathan@kernel.org
    Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
    Signed-off-by: Eric Biggers <ebiggers@google.com>
    ---
    arch/hexagon/kernel/traps.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/hexagon/kernel/traps.c b/arch/hexagon/kernel/traps.c
    index ac8154992f3eb..34a74f73f1690 100644
    --- a/arch/hexagon/kernel/traps.c
    +++ b/arch/hexagon/kernel/traps.c
    @@ -234,7 +234,7 @@ int die(const char *str, struct pt_regs *regs, long err)
    panic("Fatal exception");

    oops_exit();
    - make_dead_task(err);
    + make_task_dead(err);
    return 0;
    }

    --
    2.39.1
    \
     
     \ /
      Last update: 2023-03-27 00:06    [W:6.993 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site