[PATCH -next v1] arm: armv8: remove redundant definition of mmu_status

Tom Rini trini at konsulko.com
Sat Oct 4 00:57:17 CEST 2025


On Tue, 16 Sep 2025 16:52:05 +0530, Anshul Dalal wrote:

> mmu_status is used in io memcpy functions to prevent accesses to non
> 8-byte aligned addresses when the mmu is disabled. Though there is a
> redundant definition enabled when icaches is turned off by setting
> SYS_ICACHE_OFF.
> 
> This patch removes the redundant definition, allowing mmu_status to
> properly report the status regardless of config settings. This shouldn't
> be a problem since access to non 8-byte aligned data can be done
> irrespective of icache state.
> 
> [...]

Applied to u-boot/next, thanks!

[1/1] arm: armv8: remove redundant definition of mmu_status
      commit: 8fd3768ca1683b45aeb5662094de6bcffdb7735b
-- 
Tom




More information about the U-Boot mailing list