locking/csd_lock: Explicitly inline csd_lock*() helpers
authorDavidlohr Bueso <[email protected]>
Thu, 10 Mar 2016 01:55:35 +0000 (17:55 -0800)
committerIngo Molnar <[email protected]>
Thu, 10 Mar 2016 09:28:35 +0000 (10:28 +0100)
commit90d1098478fb08a1ef166fe91622d8046869e17b
tree4fd95e75bb3bfef08e2dd33c290002b9c7c0077c
parent6cbe9e4a228ce00b9fa10d56da6cb7985d7b10e9
locking/csd_lock: Explicitly inline csd_lock*() helpers

While the compiler tends to already to it for us (except for
csd_unlock), make it explicit. These helpers mainly deal with
the ->flags, are short-lived  and can be called, for example,
from smp_call_function_many().

Signed-off-by: Davidlohr Bueso <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
kernel/smp.c