x86: move patching code to arch-specific file.
commit2f485ef568372af4680c4e2f8490efb9f2523b05
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Wed, 30 Jan 2008 12:32:10 +0000 (30 13:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:32:10 +0000 (30 13:32 +0100)
treed1a244d31333524d2636affe4a862b8058ae4f92
parent21438f7c138f0b893a32df3cc77434e39a2145f8
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