Re: [PATCH 2/3] x86/xen: Remove inert tracepoint in __init code

2018-02-14 Thread Juergen Gross
On 14/02/18 17:40, Josh Poimboeuf wrote: > The jump_label code doesn't patch init code, so this tracepoint can > never be enabled. Remove it. > > Cc: Juergen Gross > Signed-off-by: Josh Poimboeuf Reviewed-by: Juergen Gross Juergen

Re: [PATCH 2/3] x86/xen: Remove inert tracepoint in __init code

2018-02-14 Thread Juergen Gross
On 14/02/18 17:40, Josh Poimboeuf wrote: > The jump_label code doesn't patch init code, so this tracepoint can > never be enabled. Remove it. > > Cc: Juergen Gross > Signed-off-by: Josh Poimboeuf Reviewed-by: Juergen Gross Juergen

[PATCH 2/3] x86/xen: Remove inert tracepoint in __init code

2018-02-14 Thread Josh Poimboeuf
The jump_label code doesn't patch init code, so this tracepoint can never be enabled. Remove it. Cc: Juergen Gross Signed-off-by: Josh Poimboeuf --- arch/x86/xen/enlighten_pv.c | 2 -- 1 file changed, 2 deletions(-) diff --git

[PATCH 2/3] x86/xen: Remove inert tracepoint in __init code

2018-02-14 Thread Josh Poimboeuf
The jump_label code doesn't patch init code, so this tracepoint can never be enabled. Remove it. Cc: Juergen Gross Signed-off-by: Josh Poimboeuf --- arch/x86/xen/enlighten_pv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/xen/enlighten_pv.c b/arch/x86/xen/enlighten_pv.c index