summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-bionic.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2017-02-10 12:08:08 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2017-02-12 14:45:09 +0100
commitb745d0358db44ebcef31478314436d6d4ff93bfa (patch)
tree9e2d4987d9a72b39fc242a805af65f546da8091c /tools/build/feature/test-bionic.c
parent4dee62b1b9b43c9bbf49c93cd114e1bf1334fb6a (diff)
netfilter: nfnetlink: get rid of u_intX_t types
Use uX types instead. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/build/feature/test-bionic.c')
0 files changed, 0 insertions, 0 deletions
tate driver does not require ACPI/CPPC to enable HWP, and so it runs in HWP mode, exposing this incorrect BIOS configuration. 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 'drivers/usb/host/ohci-pxa27x.c')