On Mon, Apr 2, 2012 at 9:19 AM, Ritesh Raj Sarraf <r...@debian.org> wrote:
> On Monday 02 April 2012 11:59 AM, richard -rw- weinberger wrote:
>>> > My initial search led me to:
>>> > http://sourceforge.net/mailarchive/message.php?msg_id=27848489
>>> >
>>> > Based on the comment there, I've tried SUBARCH=i386. But that didn't
>>> > help. Any suggestions?
>> Please share your .config.
>
> Config file available at:
> http://people.debian.org/~rrs/tmp/config.i386

Please give the attached patch a try!

-- 
Thanks,
//richard
diff --git a/arch/x86/um/Makefile b/arch/x86/um/Makefile
index 8fb5840..f322503 100644
--- a/arch/x86/um/Makefile
+++ b/arch/x86/um/Makefile
@@ -19,7 +19,8 @@ ifeq ($(CONFIG_X86_32),y)
 obj-y += checksum_32.o
 obj-$(CONFIG_BINFMT_ELF) += elfcore.o
 
-subarch-y = ../lib/string_32.o ../lib/atomic64_32.o ../lib/atomic64_cx8_32.o
+subarch-y = ../lib/string_32.o ../lib/atomic64_32.o ../lib/atomic64_cx8_32.o \
+	../lib/atomic64_386_32.o ../lib/cmpxchg8b_emu.o
 subarch-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += ../lib/rwsem.o
 subarch-$(CONFIG_HIGHMEM) += ../mm/highmem_32.o
 
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to