| Submitter | Seth Forshee |
|---|---|
| Date | Nov. 3, 2011, 3:35 p.m. |
| Message ID | <1320334527-8520-2-git-send-email-seth.forshee@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/123462/ |
| State | New |
| Headers | show |
Comments
On Thu, Nov 03, 2011 at 11:35:27AM -0400, Seth Forshee wrote: > powertop still uses some of these deprecated events to see who is > waking up the processor. Enable them until powertop is fixed. > > Signed-off-by: Seth Forshee <seth.forshee@canonical.com> Forgot the buglink. BugLink: http://bugs.launchpad.net/bugs/834725
Patch
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index c56c7d0..cc47909 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -1475,7 +1475,7 @@ CONFIG_ETH16I=m CONFIG_ETHOC=m CONFIG_EUROTECH_WDT=m CONFIG_EVENTFD=y -# CONFIG_EVENT_POWER_TRACING_DEPRECATED is not set +CONFIG_EVENT_POWER_TRACING_DEPRECATED=y CONFIG_EVENT_TRACING=y CONFIG_EWRK3=m # CONFIG_EXOFS_DEBUG is not set
powertop still uses some of these deprecated events to see who is waking up the processor. Enable them until powertop is fixed. Signed-off-by: Seth Forshee <seth.forshee@canonical.com> --- debian.master/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)