aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2016-06-27 11:35:02 +0200
committerIngo Molnar <mingo@kernel.org>2016-06-27 11:35:02 +0200
commit630741fb60ac4e286f5396403c0d864d924c02bc (patch)
tree16eb952c3653386c6d1ad99e369615dfe65e4d67 /include/linux/sched.h
parentsched/cputime: Add steal time support to full dynticks CPU time accounting (diff)
parentsched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusion (diff)
downloadlinux-dev-630741fb60ac4e286f5396403c0d864d924c02bc.tar.xz
linux-dev-630741fb60ac4e286f5396403c0d864d924c02bc.zip
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index dee41bf59e6b..b45acfd18f4e 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -3010,7 +3010,7 @@ static inline int object_is_on_stack(void *obj)
return (obj >= stack) && (obj < (stack + THREAD_SIZE));
}
-extern void thread_info_cache_init(void);
+extern void thread_stack_cache_init(void);
#ifdef CONFIG_DEBUG_STACK_USAGE
static inline unsigned long stack_not_used(struct task_struct *p)