Skip to content
Snippets Groups Projects
Commit c33f21ae authored by Nicolas Thill's avatar Nicolas Thill
Browse files

target/uml: export atomic64_* functions on 32-bit x86

SVN-Revision: 29287
parent 16c58353
No related branches found
No related tags found
No related merge requests found
[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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment