Skip to content

Commit

Permalink
Merge master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Torvalds committed Aug 9, 2005
2 parents 68e681e + fb57385 commit a7df26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ static int can_do_pal_halt = 1;

static int __init nohalt_setup(char * str)
{
pal_halt = 0;
pal_halt = can_do_pal_halt = 0;
return 1;
}
__setup("nohalt", nohalt_setup);
Expand Down

0 comments on commit a7df26d

Please sign in to comment.