From: Len Brown Date: Sat, 2 Feb 2013 02:35:35 +0000 (-0500) Subject: intel_idle: remove use and definition of MWAIT_MAX_NUM_CSTATES X-Git-Tag: v3.9-rc1~146^2^2~1^3~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=137ecc779c80138723677209730738d76262e810;p=pandora-kernel.git intel_idle: remove use and definition of MWAIT_MAX_NUM_CSTATES Cosmetic only. Replace use of MWAIT_MAX_NUM_CSTATES with CPUIDLE_STATE_MAX. They are both 8, so this patch has no functional change. The reason to change is that intel_idle will soon be able to export more than the 8 "major" states supported by MWAIT. When we hit that limit, it is important to know where the limit comes from. Signed-off-by: Len Brown --- Reading git-diff-tree failed