Blackfin arch: remove superficial check on blackfin watchdog
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
@ -34,10 +34,6 @@ int gdb_bfin_vector = -1;
|
|||||||
#error change the definition of slavecpulocks
|
#error change the definition of slavecpulocks
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_BFIN_WDT
|
|
||||||
# error "Please unselect blackfin watchdog driver before build KGDB."
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void pt_regs_to_gdb_regs(unsigned long *gdb_regs, struct pt_regs *regs)
|
void pt_regs_to_gdb_regs(unsigned long *gdb_regs, struct pt_regs *regs)
|
||||||
{
|
{
|
||||||
gdb_regs[BFIN_R0] = regs->r0;
|
gdb_regs[BFIN_R0] = regs->r0;
|
||||||
|
Reference in New Issue
Block a user