diff options
author | Brian Behlendorf <[email protected]> | 2013-03-14 10:43:46 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-03-14 10:43:51 -0700 |
commit | 5c30c47a4542a58ae6c94bdee15f4691affa2a17 (patch) | |
tree | 9232c69f3970d4df5388c21dde29825aca1fa093 /include | |
parent | ea5c4389fb7183f036b38e5ba171ac5a05798c4d (diff) | |
parent | 4a31e5aa9be561a450a2741f5305932e0b9df241 (diff) |
Merge branch 'linux-3.9'
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #221
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/sysmacros.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sys/sysmacros.h b/include/sys/sysmacros.h index 7c4da67fc..b4778b70e 100644 --- a/include/sys/sysmacros.h +++ b/include/sys/sysmacros.h @@ -26,12 +26,17 @@ #define _SPL_SYSMACROS_H #include <linux/module.h> +#include <linux/sched.h> #include <linux/cpumask.h> #include <sys/debug.h> #include <sys/varargs.h> #include <sys/zone.h> #include <sys/signal.h> +#ifdef HAVE_SCHED_RT_HEADER +#include <linux/sched/rt.h> +#endif + #ifndef _KERNEL #define _KERNEL __KERNEL__ #endif |