summaryrefslogtreecommitdiff
path: root/tools/hv
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-10-19 13:47:31 +0200
committerTobias Klauser <tklauser@distanz.ch>2017-02-15 10:34:18 +0100
commit35f9a64506c8dfaf7d6edbf198dedaeaddbf1a7d (patch)
tree810c2d3090f7e3ebea4921711baf548958caf1bc /tools/hv
parent52db8d2d8757535731db500ed68289f35ee36d61 (diff)
net: moxa: Use net_device_stats from struct net_device
Instead of using a private copy of struct net_device_stats in struct moxart_mac_priv_t, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'tools/hv')
0 files changed, 0 insertions, 0 deletions
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 'include/math-emu/op-2.h')