diff options
Diffstat (limited to 'sys/compat/linuxkpi/common/include')
-rw-r--r-- | sys/compat/linuxkpi/common/include/linux/sched.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/sched.h b/sys/compat/linuxkpi/common/include/linux/sched.h index 677e18e3ff5d..840ecd7c7607 100644 --- a/sys/compat/linuxkpi/common/include/linux/sched.h +++ b/sys/compat/linuxkpi/common/include/linux/sched.h @@ -145,4 +145,6 @@ schedule_timeout(signed long timeout) return 0; } +#define need_resched() (curthread->td_flags & TDF_NEEDRESCHED) + #endif /* _LINUX_SCHED_H_ */ |