Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19423
b: refs/heads/master
c: 407c57b
h: refs/heads/master
i:
  19421: 1c260ba
  19419: 1df4f5a
  19415: faf9ace
  19407: 6f97151
  19391: ee56e90
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Feb 1, 2006
1 parent f49b7ae commit ebcb45e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ae7a49666af427da745e69a39fcfdd3a8b4ab3e8
refs/heads/master: 407c57b86237fc2512654fa2f2ceedda92684472
4 changes: 2 additions & 2 deletions trunk/include/asm-arm26/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ extern unsigned int user_debug;
* spin_unlock_irq() and friends are implemented. This avoids
* us needlessly decrementing and incrementing the preempt count.
*/
#define prepare_arch_switch(rq,next) local_irq_enable()
#define finish_arch_switch(rq,prev) spin_unlock(&(rq)->lock)
#define prepare_arch_switch(next) local_irq_enable()
#define finish_arch_switch(prev) spin_unlock(&(rq)->lock)

/*
* switch_to(prev, next) should switch from task `prev' to `next'
Expand Down

0 comments on commit ebcb45e

Please sign in to comment.