Re: [PATCH v21 08/28] x86/cpu/intel: Detect SGX support and update caps appropriately

From: Jarkko Sakkinen
Date: Wed Aug 07 2019 - 11:17:58 EST


On Wed, Jul 24, 2019 at 12:35:42PM -0700, Sean Christopherson wrote:
> > + if (IS_ENABLED(CONFIG_INTEL_SGX) && cpu_has(c, X86_FEATURE_SGX))
> > + detect_sgx(c);
> > +
> > + init_intel_energy_perf(c);
>
> All of the energy_perf additions are bogus, looks like a rebase gone wrong.

Fixed in the master.

/Jarkko