jump label: Remove static_branch()
authorJason Baron <jbaron@redhat.com>
Thu, 28 Jun 2012 19:05:02 +0000 (15:05 -0400)
committerIngo Molnar <mingo@kernel.org>
Fri, 6 Jul 2012 08:53:49 +0000 (10:53 +0200)
commit47fbc518a4b5c9a949f7cab8b14a00d3549bf138
tree2feb9ec28b99535a981574bc85766112a7346e82
parent326f418b4c74ab4a6066f38b6144bc6461f9447b
jump label: Remove static_branch()

Remove the obsolete static_branch() interface, since the supported interface
is now static_key_false()/true() - which is used by all in-tree code.

See commit:

  c5905afb0e ("static keys: Introduce 'struct static_key', static_key_true()/false()
  and static_key_slow_[inc|dec]()").

Signed-off-by: Jason Baron <jbaron@redhat.com>
Cc: rostedt@goodmis.org
Cc: mathieu.desnoyers@efficios.com
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/199332c47eef8005d5a5bf1018a80d25929a5746.1340909155.git.jbaron@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/jump_label.h
This page took 0.026911 seconds and 5 git commands to generate.