Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163523
b: refs/heads/master
c: 27a30f5
h: refs/heads/master
i:
  163521: faa444c
  163519: d169526
v: v3
  • Loading branch information
Giuseppe Cavallaro authored and Paul Mundt committed Aug 24, 2009
1 parent 22a76e9 commit becba37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 15444a8973dcfbd286b3e638cbadac2446a9271a
refs/heads/master: 27a30f53bbb77fd7e2e0459197e23b63fe3b74d4
2 changes: 0 additions & 2 deletions trunk/arch/sh/kernel/kgdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs)
regs->gbr = gdb_regs[GDB_GBR];
regs->mach = gdb_regs[GDB_MACH];
regs->macl = gdb_regs[GDB_MACL];

__asm__ __volatile__ ("ldc %0, vbr" : : "r" (gdb_regs[GDB_VBR]));
}

void sleeping_thread_to_gdb_regs(unsigned long *gdb_regs, struct task_struct *p)
Expand Down

0 comments on commit becba37

Please sign in to comment.