The patch titled
cris: add missing declaration of kgdb_init() and breakpoint()
has been removed from the -mm tree. Its filename was
cris-add-missing-declaration-of-kgdb_init-and-breakpoint.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: cris: add missing declaration of kgdb_init() and breakpoint()
From: WANG Cong <[email protected]>
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 <[email protected]>
Signed-off-by: WANG Cong <[email protected]>
Cc: Mikael Starvik <[email protected]>
Cc: Jesper Nilsson <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
arch/cris/arch-v10/kernel/irq.c | 3 +++
1 file changed, 3 insertions(+)
diff -puN
arch/cris/arch-v10/kernel/irq.c~cris-add-missing-declaration-of-kgdb_init-and-breakpoint
arch/cris/arch-v10/kernel/irq.c
---
a/arch/cris/arch-v10/kernel/irq.c~cris-add-missing-declaration-of-kgdb_init-and-breakpoint
+++ a/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.
*/
_
Patches currently in -mm which might be from [email protected] are
origin.patch
kexec-remove-kmsg_dump_kexec.patch
_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable