Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

locking/local_lock: Include more missing headers

Ingo reported PREEMPT_RT=y builds fail building
lib/test_context-analysis.c.

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>

+1
+1
include/linux/local_lock_internal.h
··· 233 233 234 234 #else /* !CONFIG_PREEMPT_RT */ 235 235 236 + #include <linux/sched.h> 236 237 #include <linux/spinlock.h> 237 238 238 239 /*