Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204660
b: refs/heads/master
c: 40eb0dc
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Aug 4, 2010
1 parent 7763dfe commit 94a26a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 653e447e113a19fcb54d454b9f5a3bff9979729f
refs/heads/master: 40eb0dc456dc3dd3f01da94e1f36085e956f20cc
5 changes: 0 additions & 5 deletions trunk/arch/microblaze/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,6 @@ C_ENTRY(sys_rt_sigreturn_wrapper):
lwi r11, r0, TOPHYS(PER_CPU(ENTRY_SP)); \
swi r11, r1, PTO+PT_R1; /* Store user SP. */ \
2: lwi CURRENT_TASK, r0, TOPHYS(PER_CPU(CURRENT_SAVE)); \
/* Save away the syscall number. */ \
swi r0, r1, PTO+PT_R0; \
tovirt(r1,r1)

C_ENTRY(full_exception_trap):
Expand Down Expand Up @@ -753,7 +751,6 @@ C_ENTRY(_interrupt):
swi r11, r1, PTO+PT_R1;
2:
lwi CURRENT_TASK, r0, TOPHYS(PER_CPU(CURRENT_SAVE));
swi r0, r1, PTO + PT_R0;
tovirt(r1,r1)
addik r5, r1, PTO;
set_vms;
Expand Down Expand Up @@ -868,8 +865,6 @@ C_ENTRY(_debug_exception):
lwi r11, r0, TOPHYS(PER_CPU(ENTRY_SP));
swi r11, r1, PTO+PT_R1; /* Store user SP. */
2:
/* Save away the syscall number. */
swi r0, r1, PTO+PT_R0;
tovirt(r1,r1)

set_vms;
Expand Down

0 comments on commit 94a26a6

Please sign in to comment.