On 11/22/23 2:48 PM, Tom Rini wrote:
On Mon, Nov 06, 2023 at 10:52:05AM -0600, Andrew Davis wrote:
NR_MMU_REGIONS is a copy/paste from another platform that extends
this list later. We do not do that, so let the list be the size
of the initializer list.
Signed-off-by: Andrew Davis <a...@ti.com>
---
arch/arm/mach-k3/arm64-mmu.c | 34 ++++++----------------------------
1 file changed, 6 insertions(+), 28 deletions(-)
Please redo this on top of current next as the other series that have
gone in make this no longer apply, thanks.
Sure, sending v2 now.
Andrew