From: Glauber de Oliveira Costa Date: Wed, 30 Jan 2008 12:32:04 +0000 (+0100) Subject: x86: change paravirt_32.c name X-Git-Tag: v2.6.25-rc1~1143^2~480 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b1df07bd6674a84fbd9248759dc3fa3ff5c78e5b;p=karo-tx-linux.git 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 Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- diff --git a/arch/x86/kernel/Makefile_32 b/arch/x86/kernel/Makefile_32 index a67198044b0d..cfb71a5deb19 100644 --- a/arch/x86/kernel/Makefile_32 +++ b/arch/x86/kernel/Makefile_32 @@ -48,7 +48,7 @@ obj-$(CONFIG_K8_NB) += k8.o obj-$(CONFIG_MGEODE_LX) += geode_32.o mfgpt_32.o obj-$(CONFIG_VMI) += vmi_32.o vmiclock_32.o -obj-$(CONFIG_PARAVIRT) += paravirt_32.o +obj-$(CONFIG_PARAVIRT) += paravirt.o obj-y += pcspeaker.o obj-$(CONFIG_SCx200) += scx200_32.o diff --git a/arch/x86/kernel/paravirt_32.c b/arch/x86/kernel/paravirt.c similarity index 99% rename from arch/x86/kernel/paravirt_32.c rename to arch/x86/kernel/paravirt.c index dd063fba2b21..1a170877f46c 100644 --- a/arch/x86/kernel/paravirt_32.c +++ b/arch/x86/kernel/paravirt.c @@ -14,7 +14,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + 2007 - x86_64 support added by Glauber de Oliveira Costa, Red Hat Inc */ + #include #include #include