Le 12/09/2024 à 10:24, Luming Yu a écrit :
From: Yu Luming <luming...@gmail.com> convert powerpc entry code in syscall and fault to use syscall_work and irqentry_state as well as common calls from generic entry infrastructure. Signed-off-by: Luming Yu <luming...@shingroup.cn> --- arch/powerpc/Kconfig | 1 + arch/powerpc/include/asm/hw_irq.h | 5 +++++ arch/powerpc/include/asm/processor.h | 6 ++++++ arch/powerpc/include/asm/syscall.h | 5 +++++ arch/powerpc/include/asm/thread_info.h | 1 + arch/powerpc/kernel/syscall.c | 6 +++++- arch/powerpc/mm/fault.c | 5 +++++ 7 files changed, 28 insertions(+), 1 deletion(-)
asm/entry-common.h is missing, this patch doesn't build.