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)
commitd9f5ab7b1c0a520867af389bab5d5fcdbd0e407e
tree23c9b85999b4340ec03ba0cef075b8ad73c4c994
parent52159d98be6f26c48f5e02c7ab3c9848a85979b5
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
This page took 0.027229 seconds and 5 git commands to generate.