mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] deprecate static_branch()
@ 2012-06-28 19:04 Jason Baron
  2012-06-28 19:04 ` [PATCH 1/2] tracepoint: use static_key_false(), since static_branch() is deprecated Jason Baron
  2012-06-28 19:05 ` [PATCH 2/2] jump label: remove static_branch() Jason Baron
  0 siblings, 2 replies; 5+ messages in thread
From: Jason Baron @ 2012-06-28 19:04 UTC (permalink / raw)
  To: mingo; +Cc: rostedt, mathieu.desnoyers, a.p.zijlstra, hpa, linux-kernel

Hi,

Enough time has passed since the static_branch() -> static_key_false()
transition. Remove the last user of static_branch(), and kill off
static_branch().

Thanks,

-Jason


Jason Baron (2):
  tracepoint: use static_key_false(), since static_branch() is
    deprecated
  jump label: remove static_branch()

 include/linux/jump_label.h |   17 +----------------
 include/linux/tracepoint.h |    2 +-
 2 files changed, 2 insertions(+), 17 deletions(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-07-06 11:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-28 19:04 [PATCH 0/2] deprecate static_branch() Jason Baron
2012-06-28 19:04 ` [PATCH 1/2] tracepoint: use static_key_false(), since static_branch() is deprecated Jason Baron
2012-07-06 11:26   ` [tip:perf/core] tracepoint: Use " tip-bot for Jason Baron
2012-06-28 19:05 ` [PATCH 2/2] jump label: remove static_branch() Jason Baron
2012-07-06 11:27   ` [tip:perf/core] jump label: Remove static_branch() tip-bot for Jason Baron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome