]> git.baikalelectronics.ru Git - kernel.git/commit
x86: patching functions on 64-bit
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Wed, 30 Jan 2008 12:32:10 +0000 (13:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:32:10 +0000 (13:32 +0100)
commitb168eda189c2d573aa434368f7bc4c713545e25c
tree3ccca4b41a17c4c34c41455f07ef0f422ba389d2
parent6ed873a4d0e4bfbdeb060e3b6ed60bacddba6abe
x86: patching functions on 64-bit

Like i386, x86_64 also need to include its own patching function.
(Well, if you're not in a hurry, and don't care about speed, you don't
really _need_ ;-))

So here they are. Not much different in essence from i386

Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/Makefile_64
arch/x86/kernel/paravirt_patch_64.c [new file with mode: 0644]