From 3551d057affe4e0de16b2041c409a083111d622b Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 26 Nov 2020 11:35:04 +0800 Subject: [PATCH] linux-yocto-stx: add feature to support x2apic This feature enables x2apic support on CPUs that have this feature. Issue-ID: INF-215 Signed-off-by: Jackie Huang Change-Id: I5acc155563173d9f2db51fb060d5b37be1738dd8 --- meta-starlingx/meta-stx-integ/recipes-kernel/linux/linux-yocto-stx.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-starlingx/meta-stx-integ/recipes-kernel/linux/linux-yocto-stx.inc b/meta-starlingx/meta-stx-integ/recipes-kernel/linux/linux-yocto-stx.inc index cacb4ef..98ab823 100644 --- a/meta-starlingx/meta-stx-integ/recipes-kernel/linux/linux-yocto-stx.inc +++ b/meta-starlingx/meta-stx-integ/recipes-kernel/linux/linux-yocto-stx.inc @@ -9,5 +9,6 @@ KERNEL_EXTRA_FEATURES_append = " \ features/xfs/xfs.scc \ features/iommu/iommu.scc \ features/vfio/vfio.scc \ + features/x2apic \ cfg/debug/sched/debug-sched.scc \ " -- 2.16.6