lkml.org 
[lkml]   [2014]   [Sep]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 1/5] ARM: remove unused do_unexp_fiq() function
    Date
    From: Russell King <rmk+kernel@arm.linux.org.uk>

    do_unexp_fiq() has never been called by any code in the last 10 years,
    it's about time it was removed!

    Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
    ---
    arch/arm/kernel/traps.c | 6 ------
    1 file changed, 6 deletions(-)

    diff --git a/arch/arm/kernel/traps.c b/arch/arm/kernel/traps.c
    index c8e4bb7..a447dcc 100644
    --- a/arch/arm/kernel/traps.c
    +++ b/arch/arm/kernel/traps.c
    @@ -460,12 +460,6 @@ die_sig:
    arm_notify_die("Oops - undefined instruction", regs, &info, 0, 6);
    }

    -asmlinkage void do_unexp_fiq (struct pt_regs *regs)
    -{
    - printk("Hmm. Unexpected FIQ received, but trying to continue\n");
    - printk("You may have a hardware problem...\n");
    -}
    -
    /*
    * bad_mode handles the impossible case in the vectors. If you see one of
    * these, then it's extremely serious, and could mean you have buggy hardware.
    --
    1.9.3


    \
     
     \ /
      Last update: 2014-09-08 18:01    [W:5.122 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site