diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-03-17 11:55:59 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-03-17 11:55:59 +0000 |
commit | 9b60eb478ae4be622b4981058af6a1817539cddc (patch) | |
tree | 1405ce08f05d3f31c8562d56d4ec46e438018f42 /target/linux/uml/patches-3.0/004-fix_atomic64_32.patch | |
parent | a2a18fe1ea24005bc93a06a7a882ee49672c3e50 (diff) | |
download | mtk-20170518-9b60eb478ae4be622b4981058af6a1817539cddc.zip mtk-20170518-9b60eb478ae4be622b4981058af6a1817539cddc.tar.gz mtk-20170518-9b60eb478ae4be622b4981058af6a1817539cddc.tar.bz2 |
remove support for old kernels
SVN-Revision: 30963
Diffstat (limited to 'target/linux/uml/patches-3.0/004-fix_atomic64_32.patch')
-rw-r--r-- | target/linux/uml/patches-3.0/004-fix_atomic64_32.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/uml/patches-3.0/004-fix_atomic64_32.patch b/target/linux/uml/patches-3.0/004-fix_atomic64_32.patch deleted file mode 100644 index fe1e48f..0000000 --- a/target/linux/uml/patches-3.0/004-fix_atomic64_32.patch +++ /dev/null @@ -1,13 +0,0 @@ -[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 - |