]> git.baikalelectronics.ru Git - kernel.git/commit
x86: move patching code to arch-specific file.
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)
commit6ed873a4d0e4bfbdeb060e3b6ed60bacddba6abe
treed1a244d31333524d2636affe4a862b8058ae4f92
parent2940cae1c45a8f16b6eb28eefc8c6db7e9d8b80e
x86: move patching code to arch-specific file.

The core patching code for paravirt is sufficiently different
among i386 and x86_64, and we move them to specific files.

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_32
arch/x86/kernel/paravirt.c
arch/x86/kernel/paravirt_patch_32.c [new file with mode: 0644]
include/asm-x86/paravirt.h