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 bc46ef3 commit 72375a8Copy full SHA for 72375a8
include/linux/ipc.h
@@ -2,7 +2,7 @@
2
#ifndef _LINUX_IPC_H
3
#define _LINUX_IPC_H
4
5
-#include <linux/spinlock.h>
+#include <linux/spinlock_types.h>
6
#include <linux/uidgid.h>
7
#include <linux/rhashtable-types.h>
8
#include <uapi/linux/ipc.h>
include/linux/sched.h
@@ -2139,6 +2139,8 @@ extern bool sched_task_on_rq(struct task_struct *p);
2139
extern unsigned long get_wchan(struct task_struct *p);
2140
extern struct task_struct *cpu_curr_snapshot(int cpu);
2141
2142
+#include <linux/spinlock.h>
2143
+
2144
/*
2145
* In order to reduce various lock holder preemption latencies provide an
2146
* interface to see if a vCPU is currently running or not.
0 commit comments