Re: [PATCH v3 3/5] x86/asm: Error out if asm/jump_label.h is included inappropriately

2015-11-13 Thread Thomas Gleixner
On Thu, 12 Nov 2015, Andy Lutomirski wrote: > Rather than potentially generating incorrect code on a > non-HAVE_JUMP_LABEL kernel if someone includes asm/jump_label.h, > error out. > > Signed-off-by: Andy Lutomirski Reviewed-by: Thomas Gleixner -- To unsubscribe from this list: send the line

[PATCH v3 3/5] x86/asm: Error out if asm/jump_label.h is included inappropriately

2015-11-12 Thread Andy Lutomirski
Rather than potentially generating incorrect code on a non-HAVE_JUMP_LABEL kernel if someone includes asm/jump_label.h, error out. Signed-off-by: Andy Lutomirski --- arch/x86/include/asm/jump_label.h | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/x86/include/asm/jump_lab