linux-yocto-stx: add feature to support x2apic 77/5177/1
authorJackie Huang <jackie.huang@windriver.com>
Wed, 25 Nov 2020 02:21:32 +0000 (10:21 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Fri, 27 Nov 2020 07:59:30 +0000 (15:59 +0800)
This feature enables x2apic support on CPUs that have this feature.

Issue-ID: INF-206

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Icef70a2d0cd3214976b04e52c809a49102a2b658

meta-stx/recipes-kernel/linux/linux-yocto-stx.inc

index 3344dd9..8c1786c 100644 (file)
@@ -22,5 +22,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 \
     "