Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/powertop/
Date: Sun, 04 Jun 2017 15:28:30
Message-Id: 1496590020.67c474ad822b8c40640e65aceb1fe6dfbe6caa1f.mgorny@gentoo
1 commit: 67c474ad822b8c40640e65aceb1fe6dfbe6caa1f
2 Author: Elias Probst <mail <AT> eliasprobst <DOT> eu>
3 AuthorDate: Sun May 14 11:03:35 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 15:27:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c474ad
7
8 sys-power/powertop: NO_HZ_IDLE replaces deprecated NO_HZ Kernel option
9
10 Per docs, NO_HZ_IDLE has replaced old behavior of NO_HZ in 3.10.
11
12 Bug: https://bugs.gentoo.org/575418
13 Closes: https://github.com/gentoo/gentoo/pull/4626
14 Package-Manager: Portage-2.3.5, Repoman-2.3.2
15
16 sys-power/powertop/powertop-2.8.ebuild | 4 ++--
17 sys-power/powertop/powertop-9999.ebuild | 6 +++---
18 2 files changed, 5 insertions(+), 5 deletions(-)
19
20 diff --git a/sys-power/powertop/powertop-2.8.ebuild b/sys-power/powertop/powertop-2.8.ebuild
21 index 78d95298754..d206d473bc1 100644
22 --- a/sys-power/powertop/powertop-2.8.ebuild
23 +++ b/sys-power/powertop/powertop-2.8.ebuild
24 @@ -44,7 +44,7 @@ pkg_setup() {
25 ~DEBUG_FS
26 ~PERF_EVENTS
27 ~TRACEPOINTS
28 - ~NO_HZ
29 + ~NO_HZ_IDLE
30 ~HIGH_RES_TIMERS
31 ~HPET_TIMER
32 ~CPU_FREQ_STAT
33 @@ -58,7 +58,7 @@ pkg_setup() {
34 ERROR_KERNEL_DEBUG_FS="DEBUG_FS is not enabled in the kernel, you almost certainly need it"
35 ERROR_KERNEL_PERF_EVENTS="PERF_EVENTS should be enabled in the kernel for full powertop function"
36 ERROR_KERNEL_TRACEPOINTS="TRACEPOINTS should be enabled in the kernel for full powertop function"
37 - ERROR_KERNEL_NO_HZ="NO_HZ should be enabled in the kernel for full powertop function"
38 + ERROR_KERNEL_NO_HZ_IDLE="NO_HZ_IDLE should be enabled in the kernel for full powertop function"
39 ERROR_KERNEL_HIGH_RES_TIMERS="HIGH_RES_TIMERS should be enabled in the kernel for full powertop function"
40 ERROR_KERNEL_HPET_TIMER="HPET_TIMER should be enabled in the kernel for full powertop function"
41 ERROR_KERNEL_CPU_FREQ_STAT="CPU_FREQ_STAT should be enabled in the kernel for full powertop function"
42
43 diff --git a/sys-power/powertop/powertop-9999.ebuild b/sys-power/powertop/powertop-9999.ebuild
44 index 5535e7a1d2e..69c60eb066c 100644
45 --- a/sys-power/powertop/powertop-9999.ebuild
46 +++ b/sys-power/powertop/powertop-9999.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2016 Gentoo Foundation
49 +# Copyright 1999-2017 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI="6"
53 @@ -42,7 +42,7 @@ pkg_setup() {
54 ~DEBUG_FS
55 ~PERF_EVENTS
56 ~TRACEPOINTS
57 - ~NO_HZ
58 + ~NO_HZ_IDLE
59 ~HIGH_RES_TIMERS
60 ~HPET_TIMER
61 ~CPU_FREQ_STAT
62 @@ -56,7 +56,7 @@ pkg_setup() {
63 ERROR_KERNEL_DEBUG_FS="DEBUG_FS is not enabled in the kernel, you almost certainly need it"
64 ERROR_KERNEL_PERF_EVENTS="PERF_EVENTS should be enabled in the kernel for full powertop function"
65 ERROR_KERNEL_TRACEPOINTS="TRACEPOINTS should be enabled in the kernel for full powertop function"
66 - ERROR_KERNEL_NO_HZ="NO_HZ should be enabled in the kernel for full powertop function"
67 + ERROR_KERNEL_NO_HZ_IDLE="NO_HZ_IDLE should be enabled in the kernel for full powertop function"
68 ERROR_KERNEL_HIGH_RES_TIMERS="HIGH_RES_TIMERS should be enabled in the kernel for full powertop function"
69 ERROR_KERNEL_HPET_TIMER="HPET_TIMER should be enabled in the kernel for full powertop function"
70 ERROR_KERNEL_CPU_FREQ_STAT="CPU_FREQ_STAT should be enabled in the kernel for full powertop function"