From: Nicolas Thill Date: Mon, 21 Nov 2011 14:28:33 +0000 (+0000) Subject: target/uml: export atomic64_* functions on 32-bit x86 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=ebbcf806594b74683c338eec4f3386ef654931ff target/uml: export atomic64_* functions on 32-bit x86 SVN-Revision: 29287 --- diff --git a/target/linux/uml/patches-3.0/004-fix_atomic64_32.patch b/target/linux/uml/patches-3.0/004-fix_atomic64_32.patch new file mode 100644 index 0000000000..6901eee210 --- /dev/null +++ b/target/linux/uml/patches-3.0/004-fix_atomic64_32.patch @@ -0,0 +1,13 @@ +[patch] um: export atomic64_* functions on i386 + +--- a/arch/um/sys-i386/Makefile ++++ b/arch/um/sys-i386/Makefile +@@ -8,7 +8,7 @@ obj-y = bug.o bugs.o checksum.o delay.o + + obj-$(CONFIG_BINFMT_ELF) += elfcore.o + +-subarch-obj-y = lib/semaphore_32.o lib/string_32.o ++subarch-obj-y = lib/atomic64_32.o lib/semaphore_32.o lib/string_32.o + subarch-obj-$(CONFIG_HIGHMEM) += mm/highmem_32.o + subarch-obj-$(CONFIG_MODULES) += kernel/module.o +