|
@@ -645,6 +645,7 @@ static int __init idle_setup(char *str)
|
|
boot_option_idle_override = IDLE_POLL;
|
|
boot_option_idle_override = IDLE_POLL;
|
|
} else if (!strcmp(str, "mwait")) {
|
|
} else if (!strcmp(str, "mwait")) {
|
|
boot_option_idle_override = IDLE_FORCE_MWAIT;
|
|
boot_option_idle_override = IDLE_FORCE_MWAIT;
|
|
|
|
+ WARN_ONCE(1, "\idle=mwait\" will be removed in 2012\"\n");
|
|
} else if (!strcmp(str, "halt")) {
|
|
} else if (!strcmp(str, "halt")) {
|
|
/*
|
|
/*
|
|
* When the boot option of idle=halt is added, halt is
|
|
* When the boot option of idle=halt is added, halt is
|