mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 08:34:42 +02:00
target/uml: export atomic64_* functions on 32-bit x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29287 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a09e96d8f5
commit
90143b9cd2
13
target/linux/uml/patches-3.0/004-fix_atomic64_32.patch
Normal file
13
target/linux/uml/patches-3.0/004-fix_atomic64_32.patch
Normal file
@ -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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user