target/uml: export atomic64_* functions on 32-bit x86
SVN-Revision: 29287
This commit is contained in:
parent
16c583531a
commit
c33f21ae95
1 changed files with 13 additions and 0 deletions
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…
Reference in a new issue