Re: [PATCH 1/2] powerpc/entry: convert to common and generic entry

From: Christophe Leroy
Date: Thu Sep 12 2024 - 05:36:27 EST




Le 12/09/2024 à 10:24, Luming Yu a écrit :
From: Yu Luming <luming.yu@xxxxxxxxx>

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.yu@xxxxxxxxxxxx>
---
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.