forked from pool/cpupower
Thomas Renninger
3ba4e6a621
- Update to latest: turbostat 20.03.20 intel-speed-select 1.3 (bsc#1171810) verions - Adjust needed kernel and userspace requirements in: cpupower_export_tarball_from_git.sh and BuildRequires: libcap-devel A remove_bits_h.patch OBS-URL: https://build.opensuse.org/request/show/807175 OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=108
16 lines
291 B
Diff
16 lines
291 B
Diff
---
|
|
msr-index.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/msr-index.h
|
|
+++ b/msr-index.h
|
|
@@ -2,7 +2,7 @@
|
|
#ifndef _ASM_X86_MSR_INDEX_H
|
|
#define _ASM_X86_MSR_INDEX_H
|
|
|
|
-#include <linux/bits.h>
|
|
+#include <vdso/bits.h>
|
|
|
|
/*
|
|
* CPU model specific register (MSR) numbers.
|