From e5685cab4a70dc9545cff5b0d9c4ce1d8528b290 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Mon, 7 Apr 2025 15:42:50 -0700 Subject: [PATCH] soc: intel_adsp/ace: link xtensa_swap_update_page_tables... ...earlier. Similar to xtensa_do_syscall, we want to group some functions together. Signed-off-by: Daniel Leung --- soc/intel/intel_adsp/ace/ace-link.ld | 2 ++ 1 file changed, 2 insertions(+) diff --git a/soc/intel/intel_adsp/ace/ace-link.ld b/soc/intel/intel_adsp/ace/ace-link.ld index 3e6d9428c59..2c9a551a4dd 100644 --- a/soc/intel/intel_adsp/ace/ace-link.ld +++ b/soc/intel/intel_adsp/ace/ace-link.ld @@ -297,6 +297,8 @@ SECTIONS { *libarch__xtensa__core.a:userspace.S.obj(.literal.xtensa_do_syscall) *libarch__xtensa__core.a:userspace.S.obj(.text.xtensa_do_syscall) + *libarch__xtensa__core.a:ptables.c.obj(.literal.xtensa_swap_update_page_tables) + *libarch__xtensa__core.a:ptables.c.obj(.text.xtensa_swap_update_page_tables) #ifdef CONFIG_XTENSA_SYSCALL_USE_HELPER *libarch__xtensa__core.a:syscall_helper.c.obj(.text.xtensa_syscall_helper*)