]> git.baikalelectronics.ru Git - kernel.git/commit
x86: change paravirt_32.c name
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Wed, 30 Jan 2008 12:32:04 +0000 (13:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:32:04 +0000 (13:32 +0100)
commit0bb8f86e5e6f6d14fd927d0f6f50f9ae41d0c576
treee9cb1ffbff14cfbb94b869b05e96a7dbc77ed0cf
parent5fc8eb5b97a29b7f6977ad839d09a66cc8df96ec
x86: change paravirt_32.c name

This patch changes paravirt_32.c to paravirt.c. The goal
is to have paravirt support in x86_64, so we do it in a common file

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 [new file with mode: 0644]
arch/x86/kernel/paravirt_32.c [deleted file]