aboutsummaryrefslogtreecommitdiff
path: root/target/linux/generic/pending-6.6/350-mips-kernel-fix-detect_memory_region-function.patch
Commit message (Collapse)AuthorAge
* generic: MIPS64: fix detect_memory_region() compilation errorShiji Yang2024-04-30
| | | | | | | | | 1. Enable this feature only for 32-bit CPUs as MIPS64 can not access the full range unmapped uncached memory. 2. Backport this fix to the 6.1 old LTS kernel. Signed-off-by: Shiji Yang <yangshiji66@qq.com>
* generic: fix detect_memory_region() functionShiji Yang2024-04-05
This patch fixes the broken detect_memory_region() function on 6.6 kernel. Signed-off-by: Shiji Yang <yangshiji66@qq.com>