]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/x86/amx: Use provided __cpuid_count() macro
authorReinette Chatre <reinette.chatre@intel.com>
Mon, 25 Apr 2022 21:01:13 +0000 (14:01 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 25 Apr 2022 21:12:58 +0000 (15:12 -0600)
commit25ae62b043fcc7e009f37ddf6d7245fd48c33224
tree4522c84973770b0adaadea10d682b1aad8563f91
parent2ff63be47c4a51b0f9f914e0becee827eaa61f58
selftests/x86/amx: 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: Chang S. Bae <chang.seok.bae@intel.com>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.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>
tools/testing/selftests/x86/amx.c