diff options
Diffstat (limited to 'linux/sched.c')
-rw-r--r-- | linux/sched.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/sched.c b/linux/sched.c index de6eb142..52b741fa 100644 --- a/linux/sched.c +++ b/linux/sched.c @@ -3,6 +3,10 @@ #include <string.h> #include <sys/mman.h> +/* hack for mips: */ +#define CONFIG_RCU_HAVE_FUTEX 1 +#include <urcu/futex.h> + #include <linux/math64.h> #include <linux/printk.h> #include <linux/rcupdate.h> |