Re: [PATCH 2/6] arm: mach-k3: Move disable_linefill_optimization() into R5 directory

2024-02-07 Thread Igor Opaniuk
Hi Andrew, On Fri, Feb 2, 2024 at 1:26 AM Andrew Davis wrote: > > The disable_linefill_optimization() function is only ever loaded by the > R5 core, move the code into the R5 directory. > > Signed-off-by: Andrew Davis > --- > arch/arm/mach-k3/common.c| 25 - > arch/a

[PATCH 2/6] arm: mach-k3: Move disable_linefill_optimization() into R5 directory

2024-02-01 Thread Andrew Davis
The disable_linefill_optimization() function is only ever loaded by the R5 core, move the code into the R5 directory. Signed-off-by: Andrew Davis --- arch/arm/mach-k3/common.c| 25 - arch/arm/mach-k3/r5/Makefile | 1 + arch/arm/mach-k3/r5/common.c | 35 ++