summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 5720d11f3224..bd0111a06aa2 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -247,12 +247,6 @@ struct sched_info {
247# define SCHED_FIXEDPOINT_SHIFT 10 247# define SCHED_FIXEDPOINT_SHIFT 10
248# define SCHED_FIXEDPOINT_SCALE (1L << SCHED_FIXEDPOINT_SHIFT) 248# define SCHED_FIXEDPOINT_SCALE (1L << SCHED_FIXEDPOINT_SHIFT)
249 249
250#ifdef ARCH_HAS_PREFETCH_SWITCH_STACK
251extern void prefetch_stack(struct task_struct *t);
252#else
253static inline void prefetch_stack(struct task_struct *t) { }
254#endif
255
256struct load_weight { 250struct load_weight {
257 unsigned long weight; 251 unsigned long weight;
258 u32 inv_weight; 252 u32 inv_weight;