cpupower: Add/update definition of MSRHEADER macro for turbostat and x86_energy_perf_policy

Closes: #872414

(cherry picked from commit 58cec05a0e)
This commit is contained in:
Ben Hutchings 2017-08-13 16:16:26 +01:00
parent 3e6866374d
commit 4895a85e76
3 changed files with 5 additions and 1 deletions

2
debian/changelog vendored
View File

@ -1,6 +1,8 @@
linux (4.12.6-2) UNRELEASED; urgency=medium
* [alpha] udeb: Add i2c-modules (fixes FTBFS)
* cpupower: Add/update definition of MSRHEADER macro for turbostat and
x86_energy_perf_policy (Closes: #872414)
-- Ben Hutchings <ben@decadent.org.uk> Mon, 14 Aug 2017 19:47:30 +0100

View File

@ -4,4 +4,4 @@ installdir = /usr/sbin
include $(top_rulesdir)/Makefile.inc
CPPFLAGS += -DMSRHEADER='<asm/msr-index.h>' -DINTEL_FAMILY_HEADER='"$(top_srcdir)/arch/x86/include/asm/intel-family.h"'
CPPFLAGS += -DMSRHEADER='"$(top_srcdir)/arch/x86/include/asm/msr-index.h"' -DINTEL_FAMILY_HEADER='"$(top_srcdir)/arch/x86/include/asm/intel-family.h"'

View File

@ -3,3 +3,5 @@ PROGS = x86_energy_perf_policy
installdir = /usr/sbin
include $(top_rulesdir)/Makefile.inc
CPPFLAGS += -DMSRHEADER='"$(top_srcdir)/arch/x86/include/asm/msr-index.h"'