futex: Fix PREEMPT_RT build
Mike reported that rcuwait went walk-about and is causing failures on the PREEMPT_RT builds, restore it. Reported-by: Mike Galbraith <efault@gmx.de> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
This commit is contained in:
parent
dd0aa2cd2e
commit
4d38167330
|
@ -5,6 +5,10 @@
|
|||
#include <linux/futex.h>
|
||||
#include <linux/sched/wake_q.h>
|
||||
|
||||
#ifdef CONFIG_PREEMPT_RT
|
||||
#include <linux/rcuwait.h>
|
||||
#endif
|
||||
|
||||
#include <asm/futex.h>
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue