Re: [PATCH] perf/x86/intel/pt: Don't die on VMXON

From: Alexander Shishkin
Date: Wed Apr 06 2016 - 10:08:46 EST


Peter Zijlstra <peterz@xxxxxxxxxxxxx> writes:

> Looks good, however:
>
>> + if (test_cpu_cap(&boot_cpu_data, X86_FEATURE_VMX)) {
>
> Borislav tells me this ought to be boot_cpu_has(X86_FEATURE_VMX)

Right. I copied it from another place in the driver, which I'll then
patch as well.

3x a charm: