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

This commit is contained in:
Ben Hutchings 2017-08-13 16:16:26 +01:00
parent d545b4e4d0
commit 58cec05a0e
3 changed files with 7 additions and 1 deletions

4
debian/changelog vendored
View File

@ -2,6 +2,10 @@ linux (4.13~rc4-1~exp1) UNRELEASED; urgency=medium
* New upstream release candidate
[ Ben Hutchings ]
* cpupower: Add/update definition of MSRHEADER macro for turbostat and
x86_energy_perf_policy
-- Ben Hutchings <ben@decadent.org.uk> Sun, 13 Aug 2017 14:10:41 +0100
linux (4.12.6-1) unstable; urgency=medium

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"'