Code

configure: turbostat: check for MSR_PKG_C10_RESIDENCY symbol
authorMarc Fournier <marc.fournier@camptocamp.com>
Mon, 15 Jun 2015 09:01:42 +0000 (11:01 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Mon, 15 Jun 2015 09:01:42 +0000 (11:01 +0200)
commit550ff5da10244d6e4e97cb0719e133007012d08d
treea099bf439941b16f8cac0553e1b777e439220f2b
parent85444aff6af9e48eec21ccf32d19eb0296567d5b
configure: turbostat: check for MSR_PKG_C10_RESIDENCY symbol

Older versions of `asm/msr-index.h` don't have all the symbol needed to
build the turbostat plugin. Checking for MSR_PKG_C10_RESIDENCY seems to
guarantee we have a recent enough `asm/msr-index.h`.

Fixes #1075
configure.ac