diff options
author | John Audia <therealgraysky@proton.me> | 2022-10-27 03:47:53 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-30 17:54:59 +0100 |
commit | a133423c594fb5d1a7f71c9474d4f550f426f800 (patch) | |
tree | 7320c7053955fcb82343f7cc327c3a061375b93b | |
parent | 52400e167d83bd0bfc40394f9383529212b545ad (diff) | |
download | upstream-a133423c594fb5d1a7f71c9474d4f550f426f800.tar.gz upstream-a133423c594fb5d1a7f71c9474d4f550f426f800.tar.bz2 upstream-a133423c594fb5d1a7f71c9474d4f550f426f800.zip |
kernel: add # CONFIG_ARM64_ERRATUM_2441007 symbol
Introduced with 5.15.75.[1]
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/arch/arm64/Kconfig?id=v5.15.75&id2=v5.15.74
Signed-off-by: John Audia <therealgraysky@proton.me>
-rw-r--r-- | target/linux/generic/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index e8b0b3a168..1db69e42cb 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -328,6 +328,7 @@ CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8 # CONFIG_ARM64_ERRATUM_1508412 is not set # CONFIG_ARM64_ERRATUM_1530923 is not set # CONFIG_ARM64_ERRATUM_1542419 is not set +# CONFIG_ARM64_ERRATUM_2441007 is not set # CONFIG_ARM64_ERRATUM_2441009 is not set # CONFIG_ARM64_ERRATUM_819472 is not set # CONFIG_ARM64_ERRATUM_824069 is not set |