2011-11-21 14:28:33 +00:00
|
|
|
[patch] um: export atomic64_* functions on i386
|
|
|
|
|
|
|
|
--- a/arch/um/sys-i386/Makefile
|
|
|
|
+++ b/arch/um/sys-i386/Makefile
|
2011-12-06 19:50:25 +00:00
|
|
|
@@ -8,7 +8,7 @@ obj-y = bug.o bugs.o checksum.o delay.o
|
2011-11-21 14:28:33 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|