Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 961
b: refs/heads/master
c: 7cc1712
h: refs/heads/master
i:
  959: e340247
v: v3
  • Loading branch information
Coywolf Qi Hunt authored and David S. Miller committed May 5, 2005
1 parent 55e7229 commit d5c3ada
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 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: 8edf72ebce06d52e855438ec18fe20dea7a4cc04
refs/heads/master: 7cc1712b8a778c8077048969848857895d242009
5 changes: 0 additions & 5 deletions trunk/arch/sparc/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ void default_idle(void)
*/
void cpu_idle(void)
{
if (current->pid != 0)
goto out;

/* endless idle loop with no priority at all */
for (;;) {
if (ARCH_SUN4C_SUN4) {
Expand Down Expand Up @@ -126,8 +123,6 @@ void cpu_idle(void)
schedule();
check_pgt_cache();
}
out:
return;
}

#else
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/sparc64/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ void default_idle(void)
*/
void cpu_idle(void)
{
if (current->pid != 0)
return;

/* endless idle loop with no priority at all */
for (;;) {
/* If current->work.need_resched is zero we should really
Expand All @@ -80,7 +77,6 @@ void cpu_idle(void)
schedule();
check_pgt_cache();
}
return;
}

#else
Expand Down

0 comments on commit d5c3ada

Please sign in to comment.