s390: Break cyclic percpu include
authorPeter Zijlstra <peterz@infradead.org>
Fri, 29 May 2020 20:41:05 +0000 (22:41 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 10 Jul 2020 10:00:02 +0000 (12:00 +0200)
In order to use <asm/percpu.h> in irqflags.h, we need to make sure
asm/percpu.h does not itself depend on irqflags.h

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Ingo Molnar <mingo@kernel.org>
Link: https://lkml.kernel.org/r/20200623083721.396143816@infradead.org
arch/s390/include/asm/smp.h
arch/s390/include/asm/thread_info.h

index 7326f110d48c2da08eef3952a713e6769aa46557..f48a43b63d9e055288482a97bcf5a66fe7f79bb6 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <asm/sigp.h>
 #include <asm/lowcore.h>
+#include <asm/processor.h>
 
 #define raw_smp_processor_id() (S390_lowcore.cpu_nr)
 
index e582fbe59e20689ea513bf3c04b0ac95e34ed457..13a04fcf77625618221ee68cb77d8a4715b213ba 100644 (file)
@@ -24,7 +24,6 @@
 #ifndef __ASSEMBLY__
 #include <asm/lowcore.h>
 #include <asm/page.h>
-#include <asm/processor.h>
 
 #define STACK_INIT_OFFSET \
        (THREAD_SIZE - STACK_FRAME_OVERHEAD - sizeof(struct pt_regs))