[PATCH 1/2] powerpc/entry: convert to common and generic entry
Christophe Leroy
christophe.leroy at csgroup.eu
Thu Sep 12 19:35:58 AEST 2024
Le 12/09/2024 à 10:24, Luming Yu a écrit :
> From: Yu Luming <luming.yu at 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.yu at 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.
More information about the Linuxppc-dev
mailing list