diff options
author | John Audia <therealgraysky@proton.me> | 2023-08-30 14:44:05 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-09-03 13:45:11 +0200 |
commit | 8bf25dba7732ab68a6926a9cf9c422b3d954fb67 (patch) | |
tree | 4577415c1722c9842add499ed24a8ef44948c4ce /target/linux/bcm47xx/patches-5.15/160-kmap_coherent.patch | |
parent | 3c1721ae035882cde4552dd9257b6d62031381ad (diff) | |
download | upstream-8bf25dba7732ab68a6926a9cf9c422b3d954fb67.tar.gz upstream-8bf25dba7732ab68a6926a9cf9c422b3d954fb67.tar.bz2 upstream-8bf25dba7732ab68a6926a9cf9c422b3d954fb67.zip |
kernel: bump 5.15 to 5.15.129
Changelog: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.129
All patches automatically rebased.
Build system: x86_64
Build-tested: ramips/tplink_archer-a6-v3
Run-tested: ramips/tplink_archer-a6-v3
Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit 1db566b6928447ff4c4f86ad1be7e0a6d5a58d16)
[Refresh on top of OpenWrt 23.05]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/bcm47xx/patches-5.15/160-kmap_coherent.patch')
-rw-r--r-- | target/linux/bcm47xx/patches-5.15/160-kmap_coherent.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm47xx/patches-5.15/160-kmap_coherent.patch b/target/linux/bcm47xx/patches-5.15/160-kmap_coherent.patch index aedf6afa24..c2a0db8ab7 100644 --- a/target/linux/bcm47xx/patches-5.15/160-kmap_coherent.patch +++ b/target/linux/bcm47xx/patches-5.15/160-kmap_coherent.patch @@ -8,7 +8,7 @@ This fixes OpenWrt ticket #1485: https://dev.openwrt.org/ticket/1485 --- --- a/arch/mips/include/asm/cpu-features.h +++ b/arch/mips/include/asm/cpu-features.h -@@ -240,6 +240,9 @@ +@@ -257,6 +257,9 @@ #ifndef cpu_has_pindexed_dcache #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX) #endif |