lkml.org 
[lkml]   [2011]   [Aug]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[04/90] cris: add missing declaration of kgdb_init() and breakpoint()
    3.0-stable review patch.  If anyone has any objections, please let us know.

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

    From: WANG Cong <xiyou.wangcong@gmail.com>

    commit 1646ec9db75e151b0479dbfaf972f741d0476ec7 upstream.

    Fix:

    arch/cris/arch-v10/kernel/irq.c:239: error: implicit declaration of function 'kgdb_init'
    arch/cris/arch-v10/kernel/irq.c:240: error: implicit declaration of function 'breakpoint'

    Declare these two functions.

    Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
    Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
    Cc: Mikael Starvik <starvik@axis.com>
    Cc: Jesper Nilsson <jesper.nilsson@axis.com>
    Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
    Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    arch/cris/arch-v10/kernel/irq.c | 3 +++
    1 file changed, 3 insertions(+)

    --- a/arch/cris/arch-v10/kernel/irq.c
    +++ b/arch/cris/arch-v10/kernel/irq.c
    @@ -20,6 +20,9 @@
    #define crisv10_mask_irq(irq_nr) (*R_VECT_MASK_CLR = 1 << (irq_nr));
    #define crisv10_unmask_irq(irq_nr) (*R_VECT_MASK_SET = 1 << (irq_nr));

    +extern void kgdb_init(void);
    +extern void breakpoint(void);
    +
    /* don't use set_int_vector, it bypasses the linux interrupt handlers. it is
    * global just so that the kernel gdb can use it.
    */



    \
     
     \ /
      Last update: 2011-08-14 18:07    [W:4.033 / U:0.824 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site