Re: [PATCH 1/2] powerpc/entry: convert to common and generic entry
From: Christophe Leroy <hidden>
Date: 2024-09-12 09:36:03
Also in:
lkml
From: Christophe Leroy <hidden>
Date: 2024-09-12 09:36:03
Also in:
lkml
Le 12/09/2024 à 10:24, Luming Yu a écrit :
From: Yu Luming <redacted> 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 <redacted> --- 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.