Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155585
b: refs/heads/master
c: ad863a9
h: refs/heads/master
i:
  155583: 39cc911
v: v3
  • Loading branch information
Robin Getz authored and Mike Frysinger committed Jul 16, 2009
1 parent 7028345 commit 65c50f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 3a920accbb5f88d753ab5a6a47d0dd48b6269f84
refs/heads/master: ad863a9dc9887330b2ab753323063865c59d8db6
7 changes: 4 additions & 3 deletions trunk/arch/blackfin/include/asm/context.S
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,10 @@
[--sp] = RETN;
[--sp] = RETE;
[--sp] = SEQSTAT;
#ifdef CONFIG_KGDB
r1.l = lo(IPEND);
r1.h = hi(IPEND);
#ifdef CONFIG_DEBUG_KERNEL
p1.l = lo(IPEND);
p1.h = hi(IPEND);
r1 = [p1];
[--sp] = r1;
#else
[--sp] = r0; /* Skip IPEND as well. */
Expand Down

0 comments on commit 65c50f8

Please sign in to comment.