]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
intel_idle: simplify test for leave_mm()
authorLen Brown <len.brown@intel.com>
Sat, 16 Oct 2010 00:43:06 +0000 (20:43 -0400)
committerLen Brown <len.brown@intel.com>
Sat, 16 Oct 2010 00:43:06 +0000 (20:43 -0400)
commitc8381cc3d8a9cc6c80f65bf60863c776651f245c
tree6951487ec3a4745f24c8b0d7c98db8963e0da4c7
parentcd07202cc8262e1669edff0d97715f3dd9260917
intel_idle: simplify test for leave_mm()

A run-time test to invoke leave_mm() for the deepest
supported C-state is redundant, since the appropriate
C-states already have flags with CPUIDLE_FLAG_TLB_FLUSHED set.

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