]> Git Repo - linux.git/commit
sched/core: Remove the tsk_nr_cpus_allowed() wrapper
authorIngo Molnar <[email protected]>
Sun, 5 Feb 2017 14:41:03 +0000 (15:41 +0100)
committerIngo Molnar <[email protected]>
Thu, 2 Mar 2017 07:42:24 +0000 (08:42 +0100)
commit4b53a3412d6663214ce9c754eff9373a9cff9dee
treec7045cdf109bc5b114117b70a2b7bdee4adf4b3a
parent0c98d344fe5c27f6e4bce42ac503e9e9a51c7d1d
sched/core: Remove the tsk_nr_cpus_allowed() wrapper

tsk_nr_cpus_allowed() too is a pretty pointless wrapper that
is not used consistently and which makes the code both harder
to read and longer as well.

So remove it - this also shrinks <linux/sched.h> a bit.

Acked-by: Linus Torvalds <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
include/linux/sched.h
kernel/sched/core.c
kernel/sched/deadline.c
kernel/sched/rt.c
This page took 0.07525 seconds and 4 git commands to generate.