From: Peter Zijlstra Date: Fri, 29 May 2020 20:41:05 +0000 (+0200) Subject: s390: Break cyclic percpu include X-Git-Tag: v5.10.7~2013^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28e5bfd81c8de77504703adf24ceff9301e3c7be;p=platform%2Fkernel%2Flinux-rpi.git s390: Break cyclic percpu include In order to use in irqflags.h, we need to make sure asm/percpu.h does not itself depend on irqflags.h Signed-off-by: Peter Zijlstra (Intel) Reviewed-by: Ingo Molnar Link: https://lkml.kernel.org/r/20200623083721.396143816@infradead.org --- diff --git a/arch/s390/include/asm/smp.h b/arch/s390/include/asm/smp.h index 7326f11..f48a43b 100644 --- a/arch/s390/include/asm/smp.h +++ b/arch/s390/include/asm/smp.h @@ -10,6 +10,7 @@ #include #include +#include #define raw_smp_processor_id() (S390_lowcore.cpu_nr) diff --git a/arch/s390/include/asm/thread_info.h b/arch/s390/include/asm/thread_info.h index e582fbe..13a04fc 100644 --- a/arch/s390/include/asm/thread_info.h +++ b/arch/s390/include/asm/thread_info.h @@ -24,7 +24,6 @@ #ifndef __ASSEMBLY__ #include #include -#include #define STACK_INIT_OFFSET \ (THREAD_SIZE - STACK_FRAME_OVERHEAD - sizeof(struct pt_regs))