summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Probst <mail@eliasprobst.eu>2017-05-14 13:03:35 +0200
committerMichał Górny <mgorny@gentoo.org>2017-06-04 17:27:00 +0200
commit67c474ad822b8c40640e65aceb1fe6dfbe6caa1f (patch)
tree17ef8bb9963c97156bb447564ffaad3a13cdffc8 /sys-power/powertop
parentapp-emulation/genymotion-bin: Drop old (diff)
downloadgentoo-67c474ad822b8c40640e65aceb1fe6dfbe6caa1f.tar.gz
gentoo-67c474ad822b8c40640e65aceb1fe6dfbe6caa1f.tar.bz2
gentoo-67c474ad822b8c40640e65aceb1fe6dfbe6caa1f.zip
sys-power/powertop: NO_HZ_IDLE replaces deprecated NO_HZ Kernel option
Per docs, NO_HZ_IDLE has replaced old behavior of NO_HZ in 3.10. Bug: https://bugs.gentoo.org/575418 Closes: https://github.com/gentoo/gentoo/pull/4626 Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sys-power/powertop')
-rw-r--r--sys-power/powertop/powertop-2.8.ebuild4
-rw-r--r--sys-power/powertop/powertop-9999.ebuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-power/powertop/powertop-2.8.ebuild b/sys-power/powertop/powertop-2.8.ebuild
index 78d952987547..d206d473bc11 100644
--- a/sys-power/powertop/powertop-2.8.ebuild
+++ b/sys-power/powertop/powertop-2.8.ebuild
@@ -44,7 +44,7 @@ pkg_setup() {
~DEBUG_FS
~PERF_EVENTS
~TRACEPOINTS
- ~NO_HZ
+ ~NO_HZ_IDLE
~HIGH_RES_TIMERS
~HPET_TIMER
~CPU_FREQ_STAT
@@ -58,7 +58,7 @@ pkg_setup() {
ERROR_KERNEL_DEBUG_FS="DEBUG_FS is not enabled in the kernel, you almost certainly need it"
ERROR_KERNEL_PERF_EVENTS="PERF_EVENTS should be enabled in the kernel for full powertop function"
ERROR_KERNEL_TRACEPOINTS="TRACEPOINTS should be enabled in the kernel for full powertop function"
- ERROR_KERNEL_NO_HZ="NO_HZ should be enabled in the kernel for full powertop function"
+ ERROR_KERNEL_NO_HZ_IDLE="NO_HZ_IDLE should be enabled in the kernel for full powertop function"
ERROR_KERNEL_HIGH_RES_TIMERS="HIGH_RES_TIMERS should be enabled in the kernel for full powertop function"
ERROR_KERNEL_HPET_TIMER="HPET_TIMER should be enabled in the kernel for full powertop function"
ERROR_KERNEL_CPU_FREQ_STAT="CPU_FREQ_STAT should be enabled in the kernel for full powertop function"
diff --git a/sys-power/powertop/powertop-9999.ebuild b/sys-power/powertop/powertop-9999.ebuild
index 5535e7a1d2e9..69c60eb066cb 100644
--- a/sys-power/powertop/powertop-9999.ebuild
+++ b/sys-power/powertop/powertop-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -42,7 +42,7 @@ pkg_setup() {
~DEBUG_FS
~PERF_EVENTS
~TRACEPOINTS
- ~NO_HZ
+ ~NO_HZ_IDLE
~HIGH_RES_TIMERS
~HPET_TIMER
~CPU_FREQ_STAT
@@ -56,7 +56,7 @@ pkg_setup() {
ERROR_KERNEL_DEBUG_FS="DEBUG_FS is not enabled in the kernel, you almost certainly need it"
ERROR_KERNEL_PERF_EVENTS="PERF_EVENTS should be enabled in the kernel for full powertop function"
ERROR_KERNEL_TRACEPOINTS="TRACEPOINTS should be enabled in the kernel for full powertop function"
- ERROR_KERNEL_NO_HZ="NO_HZ should be enabled in the kernel for full powertop function"
+ ERROR_KERNEL_NO_HZ_IDLE="NO_HZ_IDLE should be enabled in the kernel for full powertop function"
ERROR_KERNEL_HIGH_RES_TIMERS="HIGH_RES_TIMERS should be enabled in the kernel for full powertop function"
ERROR_KERNEL_HPET_TIMER="HPET_TIMER should be enabled in the kernel for full powertop function"
ERROR_KERNEL_CPU_FREQ_STAT="CPU_FREQ_STAT should be enabled in the kernel for full powertop function"