]> git.baikalelectronics.ru Git - kernel.git/commit
jump label: x86 support
authorJason Baron <jbaron@redhat.com>
Fri, 17 Sep 2010 15:09:22 +0000 (11:09 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 22 Sep 2010 20:33:03 +0000 (16:33 -0400)
commitfd2b3b3feeb0ef38ca73e3d60f361ce2765b3372
tree23c9b85999b4340ec03ba0cef075b8ad73c4c994
parent83fe191e231b6e765cd965bab0fd3dc2c546e734
jump label: x86 support

add x86 support for jump label. I'm keeping this patch separate so its clear
to arch maintainers what was required for x86 support this new feature.
Hopefully, it wouldn't be too painful for other archs.

Signed-off-by: Jason Baron <jbaron@redhat.com>
LKML-Reference: <f838f49f40fbea0254036194be66dc48b598dcea.1284733808.git.jbaron@redhat.com>

[ cleaned up some formatting ]

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
arch/x86/Kconfig
arch/x86/include/asm/jump_label.h [new file with mode: 0644]
arch/x86/kernel/Makefile
arch/x86/kernel/jump_label.c [new file with mode: 0644]
arch/x86/kernel/module.c