rcu: Make rcu_is_cpu_rrupt_from_idle helper functions static
authorJosh Triplett <josh@joshtriplett.org>
Tue, 20 Nov 2012 17:55:26 +0000 (09:55 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 8 Jan 2013 22:15:25 +0000 (14:15 -0800)
commit62e3cb143fd78a2ee6f44ef0dfe50cdff2119d9a
tree9c0ac96a9c58706a101f6560a05480f45c8120c4
parent3aac7a8d574285be855450d103a421b8f8ec89d4
rcu: Make rcu_is_cpu_rrupt_from_idle helper functions static

Both rcutiny and rcutree define a helper function named
rcu_is_cpu_rrupt_from_idle(), each used exactly once, later in the
same file.  This commit therefore declares these helper functions static.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutiny.c
kernel/rcutree.c
This page took 0.0244 seconds and 5 git commands to generate.