Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204657
b: refs/heads/master
c: 06b2864
h: refs/heads/master
i:
  204655: 377bcef
v: v3
  • Loading branch information
Michal Simek committed Aug 4, 2010
1 parent 1394782 commit 2bdf4c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 8b110d157c82f3818fc578b633f0cf7ace9efc22
refs/heads/master: 06b2864038517905752bdacd95f1f265ef780f3b
7 changes: 2 additions & 5 deletions trunk/arch/microblaze/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -895,15 +895,12 @@ C_ENTRY(_debug_exception):
swi r0, r1, PTO+PT_R0;
tovirt(r1,r1)

set_vms;
addi r5, r0, SIGTRAP /* send the trap signal */
add r6, r0, CURRENT_TASK; /* Get current task ptr into r11 */
addk r7, r0, r0 /* 3rd param zero */

set_vms;
addik r11, r0, send_sig;
dbtrap_call: rtbd r0, send_sig;
addik r15, r0, dbtrap_call;
dbtrap_call: rtbd r11, 0;
nop;

set_bip; /* Ints masked for state restore*/
lwi r11, r1, PTO+PT_MODE;
Expand Down

0 comments on commit 2bdf4c5

Please sign in to comment.