aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/jump_label.c
Commit message (Collapse)AuthorAgeFilesLines
* jump label: x86 supportJason Baron2010-09-221-0/+50
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>