瀏覽代碼

Merge master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6

Linus Torvalds 20 年之前
父節點
當前提交
a7df26da15
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/ia64/kernel/process.c

+ 1 - 1
arch/ia64/kernel/process.c

@@ -179,7 +179,7 @@ static int can_do_pal_halt = 1;
 
 
 static int __init nohalt_setup(char * str)
 static int __init nohalt_setup(char * str)
 {
 {
-	pal_halt = 0;
+	pal_halt = can_do_pal_halt = 0;
 	return 1;
 	return 1;
 }
 }
 __setup("nohalt", nohalt_setup);
 __setup("nohalt", nohalt_setup);