summaryrefslogtreecommitdiff
path: root/net/6lowpan/nhc_mobility.c
diff options
context:
space:
mode:
authorMike Snitzer <snitzer@redhat.com>2017-01-06 15:33:14 -0500
committerMike Snitzer <snitzer@redhat.com>2017-02-03 10:18:37 -0500
commitd19a55ccad15a486ffe03030570744e5d5bd9f8e (patch)
tree382af4807021bcda895bdbc517f1a3afc00ee0ee /net/6lowpan/nhc_mobility.c
parent566cf877a1fcb6d6dc0126b076aad062054c2637 (diff)
dm mpath: cleanup -Wbool-operation warning in choose_pgpath()
Reported-by: David Binderman <dcb314@hotmail.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'net/6lowpan/nhc_mobility.c')
0 files changed, 0 insertions, 0 deletions
figuration. There are several ways to address this problem. First, Linux can also run in legacy P-state mode on this system. As intel_pstate is how Linux enables HWP, booting with "intel_pstate=disable" will run in acpi-cpufreq/ondemand legacy p-state mode. Or second, the "performance" governor can be used with intel_pstate, which will modify HWP.EPP to 0. Or third, starting in 4.10, the /sys/devices/system/cpu/cpufreq/policy*/energy_performance_preference attribute in can be updated from "balance_power" to "performance". Or fourth, apply this patch, which fixes the erroneous setting of MSR_IA32_POWER_CTL BIT_EE on this model, allowing the default configuration to function as designed. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Reviewed-by: Len Brown <len.brown@intel.com> Cc: 4.6+ <stable@vger.kernel.org> # 4.6+ Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'net/llc/llc_proc.c')