summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/resctrl
diff options
context:
space:
mode:
authorReinette Chatre <reinette.chatre@intel.com>2022-04-26 00:01:14 +0300
committerShuah Khan <skhan@linuxfoundation.org>2022-04-26 00:13:03 +0300
commit170d1c23f2a356932259034f73d579d0bab857d6 (patch)
tree26e690f352e3a391745d9b4e0a517600ed2799a9 /tools/testing/selftests/resctrl
parent2ba8a7abb5ef402d94830bcf599f645852eb0153 (diff)
downloadlinux-170d1c23f2a356932259034f73d579d0bab857d6.tar.xz
selftests/x86/corrupt_xstate_header: Use provided __cpuid_count() macro
kselftest.h makes the __cpuid_count() macro available to conveniently call the CPUID instruction. Remove the local CPUID wrapper and use __cpuid_count() from kselftest.h instead. __cpuid_count() from kselftest.h is used instead of the macro provided by the compiler since gcc v4.4 (via cpuid.h) because the selftest needs to be supported with gcc v3.2, the minimal required version for stable kernels. Cc: Andy Lutomirski <luto@kernel.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@redhat.com> Cc: Borislav Petkov <bp@suse.de> Cc: Dave Hansen <dave.hansen@linux.intel.com> Cc: "H. Peter Anvin" <hpa@zytor.com> Cc: x86@kernel.org Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/resctrl')
0 files changed, 0 insertions, 0 deletions