Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204672
b: refs/heads/master
c: 80c5ff6
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Aug 4, 2010
1 parent 179fa34 commit 9b7dae4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 25f6e59657211b3f7d912520c53fb7d98ebe960b
refs/heads/master: 80c5ff6b9b2dd9a2e99d3d6f74df5e6f888d43e9
8 changes: 3 additions & 5 deletions trunk/arch/microblaze/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -747,15 +747,13 @@ C_ENTRY(_interrupt):
swi r0, r1, PTO + PT_MODE;
lwi r11, r0, TOPHYS(PER_CPU(ENTRY_SP));
swi r11, r1, PTO+PT_R1;
clear_ums;
2:
lwi CURRENT_TASK, r0, TOPHYS(PER_CPU(CURRENT_SAVE));
tovirt(r1,r1)
addik r5, r1, PTO;
set_vms;
addik r11, r0, do_IRQ;
addik r15, r0, irq_call;
irq_call:rtbd r11, 0;
nop;
irq_call:rtbd r0, do_IRQ;
addik r5, r1, PTO;

/* MS: we are in virtual mode */
ret_from_irq:
Expand Down

0 comments on commit 9b7dae4

Please sign in to comment.