[linux] 03/03: cpupower: Fix compiler options for turbostat on 4.10

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Jan 30 16:33:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 9c3f98c0c400a6b7aea08bd97495e3096a3fec6d
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Jan 30 16:27:34 2017 +0000

    cpupower: Fix compiler options for turbostat on 4.10
---
 debian/changelog                                  | 1 +
 debian/rules.d/tools/power/x86/turbostat/Makefile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 33684cd..c804062 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ linux (4.10~rc6-1~exp1) UNRELEASED; urgency=medium
   * [arm64] Enable DRM_MESON, MMC_MESON_GX, DWMAC_MESON, MESON_GXL_PHY,
     PHY_MESON8B_USB2, MESON_WATCHDOG as modules
   * net: Enable SFC_FALCON as module; SFC_FALCON_MTD
+  * cpupower: Fix compiler options for turbostat on 4.10
 
   [ Roger Shimizu ]
   * debian/copyright: Add GPL/X11 Dual License
diff --git a/debian/rules.d/tools/power/x86/turbostat/Makefile b/debian/rules.d/tools/power/x86/turbostat/Makefile
index 2cf6365..2dfac1b 100644
--- a/debian/rules.d/tools/power/x86/turbostat/Makefile
+++ b/debian/rules.d/tools/power/x86/turbostat/Makefile
@@ -4,4 +4,4 @@ installdir = /usr/sbin
 
 include $(top_rulesdir)/Makefile.inc
 
-CPPFLAGS += -DMSRHEADER='<asm/msr-index.h>'
+CPPFLAGS += -DMSRHEADER='<asm/msr-index.h>' -DINTEL_FAMILY_HEADER='"$(top_srcdir)/arch/x86/include/asm/intel-family.h"'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list