summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
blob: 3375a09f2da06e5d3a473e1b46da5322ec98a3e9 (plain)
1
2
3
4
5
6
#ifndef _LINUX_SCHED_H
#define _LINUX_SCHED_H

#define cond_resched()			do { } while (0)

#endif