Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
riscv: mm: fix NOCACHE_THEAD does not set bit[61] correctly
Previous commit dbfbda3("riscv: mm: update T-Head memory type definitions") missed a `<` for bit shifting, result in bit[61] does not set in _PAGE_NOCACHE_THEAD and leaves bit[0] set instead. This patch get this fixed. Link: https://lore.kernel.org/linux-riscv/20230912072510.2510-1-jszhang@kernel.org/ [1] Signed-off-by: Yangyu Chen <cyy@cyyself.name>
- Loading branch information