170d1c23f2
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> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
amx.c | ||
check_cc.sh | ||
check_initial_reg_state.c | ||
corrupt_xstate_header.c | ||
entry_from_vm86.c | ||
fsgsbase.c | ||
fsgsbase_restore.c | ||
helpers.h | ||
ioperm.c | ||
iopl.c | ||
ldt_gdt.c | ||
mov_ss_trap.c | ||
ptrace_syscall.c | ||
raw_syscall_helper_32.S | ||
sigaltstack.c | ||
sigreturn.c | ||
single_step_syscall.c | ||
syscall_arg_fault.c | ||
syscall_nt.c | ||
syscall_numbering.c | ||
sysret_rip.c | ||
sysret_ss_attrs.c | ||
test_FCMOV.c | ||
test_FCOMI.c | ||
test_FISTTP.c | ||
test_mremap_vdso.c | ||
test_syscall_vdso.c | ||
test_vsyscall.c | ||
thunks.S | ||
thunks_32.S | ||
trivial_32bit_program.c | ||
trivial_64bit_program.c | ||
trivial_program.c | ||
unwind_vdso.c | ||
vdso_restorer.c |