lkml.org 
[lkml]   [2010]   [Oct]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 8/9] jump label: Make arch_jump_label_text_poke_early() optional
From
Date
On Fri, 2010-10-15 at 16:09 -0400, Steven Rostedt wrote:
> +
> +#ifdef HAVE_ARCH_JUMP_LABEL_TEXT_POKE_EARLY
> extern void arch_jump_label_text_poke_early(jump_label_t addr);
> +#else
> +static inline void arch_jump_label_text_poke_early(jump_label_t addr) {}
> +#endif
> +

How often is this called, do we really need to avoid that call? It looks
like init code.


\
 
 \ /
  Last update: 2010-10-15 23:09    [W:3.124 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site