linux: update 3.0 to 3.0.12
[openwrt/svn-archive/archive.git] / target / linux / uml / patches-3.0 / 004-fix_atomic64_32.patch
1 [patch] um: export atomic64_* functions on i386
2
3 --- a/arch/um/sys-i386/Makefile
4 +++ b/arch/um/sys-i386/Makefile
5 @@ -8,7 +8,7 @@ obj-y = bug.o bugs.o checksum.o delay.o
6
7 obj-$(CONFIG_BINFMT_ELF) += elfcore.o
8
9 -subarch-obj-y = lib/semaphore_32.o lib/string_32.o
10 +subarch-obj-y = lib/atomic64_32.o lib/semaphore_32.o lib/string_32.o
11 subarch-obj-$(CONFIG_HIGHMEM) += mm/highmem_32.o
12 subarch-obj-$(CONFIG_MODULES) += kernel/module.o
13