lkml.org 
[lkml]   [2018]   [Oct]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.18 068/168] nds32: Fix empty call trace
    Date
    4.18-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Zong Li <zong@andestech.com>

    [ Upstream commit c17df7960534357fb74074c2f514c831d4a9cf5a ]

    The compiler predefined macro 'NDS32_ABI_2' had been removed, it should
    use the '__NDS32_ABI_2' here.

    Signed-off-by: Zong Li <zong@andestech.com>
    Acked-by: Greentime Hu <greentime@andestech.com>
    Signed-off-by: Greentime Hu <greentime@andestech.com>
    Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    arch/nds32/kernel/traps.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/arch/nds32/kernel/traps.c
    +++ b/arch/nds32/kernel/traps.c
    @@ -137,7 +137,7 @@ static void __dump(struct task_struct *t
    !((unsigned long)base_reg & 0x3) &&
    ((unsigned long)base_reg >= TASK_SIZE)) {
    unsigned long next_fp;
    -#if !defined(NDS32_ABI_2)
    +#if !defined(__NDS32_ABI_2)
    ret_addr = base_reg[0];
    next_fp = base_reg[1];
    #else

    \
     
     \ /
      Last update: 2018-10-08 20:59    [W:4.097 / U:0.828 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site