Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 923
b: refs/heads/master
c: a71f62e
h: refs/heads/master
i:
  921: 3f56d40
  919: 6c7dfa0
v: v3
  • Loading branch information
Tony Luck committed May 3, 2005
1 parent d611008 commit 4810f86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: a5a70b75d93b26e14c0c5e759099d602a480b9e2
refs/heads/master: a71f62edc935fbdc346c5b16bea19f1480d29635
4 changes: 1 addition & 3 deletions trunk/arch/ia64/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ static int __init nohalt_setup(char * str)
}
__setup("nohalt", nohalt_setup);

int
void
update_pal_halt_status(int status)
{
can_do_pal_halt = pal_halt && status;
Expand All @@ -195,8 +195,6 @@ update_pal_halt_status(int status)
void
default_idle (void)
{
int can_do_pal;

while (!need_resched())
if (can_do_pal_halt)
safe_halt();
Expand Down

0 comments on commit 4810f86

Please sign in to comment.