ACPI: prevent processor.max_cstate=0 boot crash
authorLen Brown <len.brown@intel.com>
Fri, 24 Apr 2009 03:21:29 +0000 (23:21 -0400)
committerLen Brown <len.brown@intel.com>
Fri, 24 Apr 2009 03:21:29 +0000 (23:21 -0400)
commit615dfd93e2346b604232b559e7ea0835d24abe26
treeeed079ff4006c40d882e19533370e36fbb74969d
parent091069740304c979f957ceacec39c461d0192158
ACPI: prevent processor.max_cstate=0 boot crash

As processor.max_cstate is an init-time-only modparam,
sanity checking it at init-time is sufficient.

http://bugzilla.kernel.org/show_bug.cgi?id=13142

Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_idle.c