Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1721
b: refs/heads/master
c: 2e21495
h: refs/heads/master
i:
  1719: 2d373c5
v: v3
  • Loading branch information
Nick Piggin authored and Linus Torvalds committed May 31, 2005
1 parent cb1093e commit cc0e622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: adaa765d76f58b47e10a4760f2c0bc86de5479b9
refs/heads/master: 2e214953295dd33fc62d43ac7ec91997afad75bb
2 changes: 1 addition & 1 deletion trunk/arch/h8300/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ asmlinkage void ret_from_fork(void);
void default_idle(void)
{
while(1) {
if (need_resched()) {
if (!need_resched()) {
local_irq_enable();
__asm__("sleep");
local_irq_disable();
Expand Down

0 comments on commit cc0e622

Please sign in to comment.