diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-10-31 23:32:22 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-10-31 23:32:22 +0000 |
commit | e4ac818089276c45983fd96188ec246b3e42b55b (patch) | |
tree | 41f392fd71012f39c0019137c0ab37480ce6d39c /target/linux/generic/patches-3.18/304-mips_disable_fpu.patch | |
parent | 7eba6bff1c6fd3f8f59fd551435b068ff38ac560 (diff) | |
download | upstream-e4ac818089276c45983fd96188ec246b3e42b55b.tar.gz upstream-e4ac818089276c45983fd96188ec246b3e42b55b.tar.bz2 upstream-e4ac818089276c45983fd96188ec246b3e42b55b.zip |
kernel: add patch header and missing part in 132-mips_inline_dma_ops.patch again
The select SYS_HAS_DMA_OPS in CPU_CAVIUM_OCTEON was from the kernel
patch in 3.13, but it is only included in kernel 3.14 and not in 3.13
and 3.18, add it again.
Thank you swalker for spotting this.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43134 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.18/304-mips_disable_fpu.patch')
-rw-r--r-- | target/linux/generic/patches-3.18/304-mips_disable_fpu.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.18/304-mips_disable_fpu.patch b/target/linux/generic/patches-3.18/304-mips_disable_fpu.patch index c710bfc64a..4712615ff9 100644 --- a/target/linux/generic/patches-3.18/304-mips_disable_fpu.patch +++ b/target/linux/generic/patches-3.18/304-mips_disable_fpu.patch @@ -26,7 +26,7 @@ v2: incorporated changes suggested by Jonas Gorski --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -2484,6 +2484,20 @@ config MIPS_O32_FP64_SUPPORT +@@ -2485,6 +2485,20 @@ config MIPS_O32_FP64_SUPPORT If unsure, say N. |