DSP: put filter_process() into IRAM on all PP50xx CPUs

(Instead of just the slowest 500x family)

Change-Id: I39229d8765ff8c07da115e71909a60546597f603
This commit is contained in:
Solomon Peachy 2025-09-10 08:20:27 -04:00
parent c6db7114f8
commit 471624a75d

View file

@ -570,7 +570,7 @@ pga_process:
*/ */
#define HIGH_PRECISION 0 #define HIGH_PRECISION 0
#if CONFIG_CPU == PP5002 #if defined(CPU_PP)
.section .icode,"ax",%progbits .section .icode,"ax",%progbits
#else #else
.section .text, "ax",%progbits .section .text, "ax",%progbits