[linux-yocto] [kernel-cache][PATCH] intel-common-drivers: moved x2apic

Cal Sullivan california.l.sullivan at intel.com
Fri Oct 6 12:28:55 PDT 2017



On 10/06/2017 12:30 AM, Syed Mohamad Fauzi, Syed Johan Arif wrote:
> intel-common-drivers: moved the x2apic kernel feature to intel-corei7-64.scc,
> because it caused configcheck warnings for intel-core2-32
>
> Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif <syed.johan.arif.syed.mohamad.fauzi at intel.com>
> ---
>   bsp/intel-common/intel-common-drivers.scc | 1 -
>   bsp/intel-common/intel-corei7-64.scc      | 3 +++
>   2 files changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/bsp/intel-common/intel-common-drivers.scc b/bsp/intel-common/intel-common-drivers.scc
> index 6b0de8d..bd56165 100644
> --- a/bsp/intel-common/intel-common-drivers.scc
> +++ b/bsp/intel-common/intel-common-drivers.scc
> @@ -76,7 +76,6 @@ include cfg/dmaengine.scc
>   include features/uio/uio.scc
>   include cfg/efi-ext.scc
>   include features/input/keyboard-gpio.scc
> -include features/x2apic/x2apic.scc
>   
>   # default policy for standard kernels
>   include cfg/usb-mass-storage.scc
> diff --git a/bsp/intel-common/intel-corei7-64.scc b/bsp/intel-common/intel-corei7-64.scc
> index ad6099e..ee37226 100644
> --- a/bsp/intel-common/intel-corei7-64.scc
> +++ b/bsp/intel-common/intel-corei7-64.scc
> @@ -26,3 +26,6 @@ include features/telemetry/intel-telemetry.scc
>   # This line comes last as it has the final word on
>   # CONFIG values.
>   kconf hardware intel-corei7-64.cfg
> +
> +# x2apic required by the Denverton platform to boot
> +include features/x2apic/x2apic.scc
This should probably go above the line that says "This line comes last".

Thanks,
Cal


More information about the linux-yocto mailing list