Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167620
b: refs/heads/master
c: cf50f44
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov authored and Benjamin Herrenschmidt committed Oct 14, 2009
1 parent d08e40d commit 5c1d80f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: b6dcde5c74d1cbf16da37202a14fa187dce6e4c0
refs/heads/master: cf50f447b22f540d738eb8ca09c3b3972a9ba0ac
6 changes: 0 additions & 6 deletions trunk/arch/powerpc/kernel/kgdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,6 @@ void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs)
{
unsigned long *ptr = gdb_regs;
int reg;
#ifdef CONFIG_SPE
union {
u32 v32[2];
u64 v64;
} acc;
#endif

for (reg = 0; reg < 32; reg++)
UNPACK64(regs->gpr[reg], ptr);
Expand Down

0 comments on commit 5c1d80f

Please sign in to comment.