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 e43b8bb commit 8278fd6Copy full SHA for 8278fd6
arch/loongarch/kernel/process.c
@@ -13,8 +13,8 @@
13
#include <linux/cpu.h>
14
#include <linux/init.h>
15
#include <linux/kernel.h>
16
-#include <linux/errno.h>
17
#include <linux/entry-common.h>
+#include <linux/errno.h>
18
#include <linux/sched.h>
19
#include <linux/sched/debug.h>
20
#include <linux/sched/task.h>
@@ -34,8 +34,8 @@
34
#include <linux/prctl.h>
35
#include <linux/nmi.h>
36
37
-#include <asm/asm-prototypes.h>
38
#include <asm/asm.h>
+#include <asm/asm-prototypes.h>
39
#include <asm/bootinfo.h>
40
#include <asm/cpu.h>
41
#include <asm/elf.h>
0 commit comments