From 4a3a3f246ccd3ba2ad69bc8ba4f026e7c8c1b7c9 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:15:30 +0200 Subject: [PATCH] --- yaml --- r: 65509 b: refs/heads/master c: 201c943463f9581ed7aac02db5ab6bc3091f5c03 h: refs/heads/master i: 65507: 1659c6a49b96c98fad4b2f756acf4c1005287564 v: v3 --- [refs] | 2 +- trunk/arch/x86_64/lib/Makefile | 2 +- trunk/arch/x86_64/lib/{iomap_copy.S => iomap_copy_64.S} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/arch/x86_64/lib/{iomap_copy.S => iomap_copy_64.S} (100%) diff --git a/[refs] b/[refs] index e281962e4d82..804bba42b417 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 426458d004001ed323073c67b46963f024880ec1 +refs/heads/master: 201c943463f9581ed7aac02db5ab6bc3091f5c03 diff --git a/trunk/arch/x86_64/lib/Makefile b/trunk/arch/x86_64/lib/Makefile index 0ac00335b763..ea20b1077ff0 100644 --- a/trunk/arch/x86_64/lib/Makefile +++ b/trunk/arch/x86_64/lib/Makefile @@ -4,7 +4,7 @@ CFLAGS_csum-partial.o := -funroll-loops -obj-y := io.o iomap_copy.o +obj-y := io.o iomap_copy_64.o obj-$(CONFIG_SMP) += msr-on-cpu.o lib-y := csum-partial.o csum-copy.o csum-wrappers.o delay.o \ diff --git a/trunk/arch/x86_64/lib/iomap_copy.S b/trunk/arch/x86_64/lib/iomap_copy_64.S similarity index 100% rename from trunk/arch/x86_64/lib/iomap_copy.S rename to trunk/arch/x86_64/lib/iomap_copy_64.S