diff --git a/[refs] b/[refs] index aa423a718b0d..02d695458512 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7d96027379c0f43f7169019c814cadca7487d507 +refs/heads/master: 3b405f4ed4df8f9c9ff765c9e81996ba46e79844 diff --git a/trunk/arch/x86_64/lib/Makefile b/trunk/arch/x86_64/lib/Makefile index c22087f66d5f..30eede7e18fd 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_64.o clear_page.o copy_page_64.o bitstr.o bitops.o + thunk_64.o clear_page.o copy_page_64.o bitstr_64.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/bitstr.c b/trunk/arch/x86_64/lib/bitstr_64.c similarity index 100% rename from trunk/arch/x86_64/lib/bitstr.c rename to trunk/arch/x86_64/lib/bitstr_64.c