From d91aa7cef1a5cb7ef678fba97a8691ba58adf2b1 Mon Sep 17 00:00:00 2001 From: John Audia Date: Tue, 6 Sep 2022 17:34:02 -0400 Subject: [PATCH] kernel: add # CONFIG_ARM64_ERRATUM_2441009 symbol No current targets are ARMv9 or Cortex-A510 so comment the new symbol.[1] Signed-off-by: John Audia --- target/linux/generic/config-5.15 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index fc2ab2e24..dc24a058e 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -336,6 +336,7 @@ CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8 # CONFIG_ARM64_ERRATUM_843419 is not set # CONFIG_ARM64_ERRATUM_845719 is not set # CONFIG_ARM64_ERRATUM_858921 is not set +# CONFIG_ARM64_ERRATUM_2441009 is not set # CONFIG_ARM64_HW_AFDBM is not set # CONFIG_ARM64_LSE_ATOMICS is not set # CONFIG_ARM64_MODULE_PLTS is not set