From 5d4cbf37ffe495eb85d83c0fed3accf45d9914d5 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:15:29 +0200 Subject: [PATCH] --- yaml --- r: 65508 b: refs/heads/master c: 426458d004001ed323073c67b46963f024880ec1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86_64/lib/Makefile | 2 +- trunk/arch/x86_64/lib/{thunk.S => thunk_64.S} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/arch/x86_64/lib/{thunk.S => thunk_64.S} (100%) diff --git a/[refs] b/[refs] index add784598d0e..e281962e4d82 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f11cfb424c78ef8a6d9fc80922577756cec00282 +refs/heads/master: 426458d004001ed323073c67b46963f024880ec1 diff --git a/trunk/arch/x86_64/lib/Makefile b/trunk/arch/x86_64/lib/Makefile index c94327178398..0ac00335b763 100644 --- a/trunk/arch/x86_64/lib/Makefile +++ b/trunk/arch/x86_64/lib/Makefile @@ -9,5 +9,5 @@ obj-$(CONFIG_SMP) += msr-on-cpu.o lib-y := csum-partial.o csum-copy.o csum-wrappers.o delay.o \ usercopy.o getuser.o putuser.o \ - thunk.o clear_page.o copy_page.o bitstr.o bitops.o + thunk_64.o clear_page.o copy_page.o bitstr.o bitops.o lib-y += memcpy.o memmove.o memset.o copy_user.o rwlock.o copy_user_nocache.o diff --git a/trunk/arch/x86_64/lib/thunk.S b/trunk/arch/x86_64/lib/thunk_64.S similarity index 100% rename from trunk/arch/x86_64/lib/thunk.S rename to trunk/arch/x86_64/lib/thunk_64.S