From 471624a75d5cd45f69f0e937ae5de99abef14bf3 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 10 Sep 2025 08:20:27 -0400 Subject: [PATCH] DSP: put filter_process() into IRAM on all PP50xx CPUs (Instead of just the slowest 500x family) Change-Id: I39229d8765ff8c07da115e71909a60546597f603 --- lib/rbcodec/dsp/dsp_arm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rbcodec/dsp/dsp_arm.S b/lib/rbcodec/dsp/dsp_arm.S index 70571f17d9..8592d9cb40 100644 --- a/lib/rbcodec/dsp/dsp_arm.S +++ b/lib/rbcodec/dsp/dsp_arm.S @@ -570,7 +570,7 @@ pga_process: */ #define HIGH_PRECISION 0 -#if CONFIG_CPU == PP5002 +#if defined(CPU_PP) .section .icode,"ax",%progbits #else .section .text, "ax",%progbits