Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88156
b: refs/heads/master
c: e64a3cf
h: refs/heads/master
v: v3
  • Loading branch information
Sergei Shtylyov authored and Ralf Baechle committed Apr 4, 2008
1 parent c40e22a commit 4c44c41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 865ab8753837b73fe1e800fc88462c5914eec549
refs/heads/master: e64a3cfcd929d093a2f076bcace9afa7ba5a2e32
3 changes: 2 additions & 1 deletion trunk/arch/mips/kernel/gdb-stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
#include <asm/system.h>
#include <asm/gdb-stub.h>
#include <asm/inst.h>
#include <asm/smp.h>

/*
* external low-level support routines
Expand Down Expand Up @@ -656,6 +655,7 @@ void set_async_breakpoint(unsigned long *epc)
*epc = (unsigned long)async_breakpoint;
}

#ifdef CONFIG_SMP
static void kgdb_wait(void *arg)
{
unsigned flags;
Expand All @@ -668,6 +668,7 @@ static void kgdb_wait(void *arg)

local_irq_restore(flags);
}
#endif

/*
* GDB stub needs to call kgdb_wait on all processor with interrupts
Expand Down

0 comments on commit 4c44c41

Please sign in to comment.