Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217120
b: refs/heads/master
c: f859f0a
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Oct 21, 2010
1 parent da2c86d commit 42067bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 4bdfd9ebc3bb6e111309b711a601bce7a8ae6857
refs/heads/master: f859f0a235d4d9e7eae49bf10bab6b0967d328f6
3 changes: 1 addition & 2 deletions trunk/arch/microblaze/kernel/kgdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs)
void microblaze_kgdb_break(struct pt_regs *regs)
{
if (kgdb_handle_exception(1, SIGTRAP, 0, regs) != 0)
return 0;
return;

/* Jump over the first arch_kgdb_breakpoint which is barrier to
* get kgdb work. The same solution is used for powerpc */
Expand Down Expand Up @@ -114,7 +114,6 @@ int kgdb_arch_handle_exception(int vector, int signo, int err_code,
{
char *ptr;
unsigned long address;
int cpu = smp_processor_id();

switch (remcom_in_buffer[0]) {
case 'c':
Expand Down

0 comments on commit 42067bc

Please sign in to comment.