We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6bdceb commit 28e5bfdCopy full SHA for 28e5bfd
arch/s390/include/asm/smp.h
@@ -10,6 +10,7 @@
10
11
#include <asm/sigp.h>
12
#include <asm/lowcore.h>
13
+#include <asm/processor.h>
14
15
#define raw_smp_processor_id() (S390_lowcore.cpu_nr)
16
arch/s390/include/asm/thread_info.h
@@ -24,7 +24,6 @@
24
#ifndef __ASSEMBLY__
25
26
#include <asm/page.h>
27
-#include <asm/processor.h>
28
29
#define STACK_INIT_OFFSET \
30
(THREAD_SIZE - STACK_FRAME_OVERHEAD - sizeof(struct pt_regs))
0 commit comments