diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-03-26 11:34:39 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-03-26 11:34:39 +0000 |
commit | b8e295aa7b5c4fcc4c0de34af8e04b39ac871d18 (patch) | |
tree | f43ed0b70feae0973e7cdd459a7c7133152910c0 /target/linux/generic/patches-3.13/950-vm_exports.patch | |
parent | 608f4fe3b040089b30a019f1a28efeda1ca5809f (diff) | |
download | mtk-20170518-b8e295aa7b5c4fcc4c0de34af8e04b39ac871d18.zip mtk-20170518-b8e295aa7b5c4fcc4c0de34af8e04b39ac871d18.tar.gz mtk-20170518-b8e295aa7b5c4fcc4c0de34af8e04b39ac871d18.tar.bz2 |
upgrade 3.13 targets to 3.13.7
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 40022
Diffstat (limited to 'target/linux/generic/patches-3.13/950-vm_exports.patch')
-rw-r--r-- | target/linux/generic/patches-3.13/950-vm_exports.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.13/950-vm_exports.patch b/target/linux/generic/patches-3.13/950-vm_exports.patch index faca763..5a18ae6 100644 --- a/target/linux/generic/patches-3.13/950-vm_exports.patch +++ b/target/linux/generic/patches-3.13/950-vm_exports.patch @@ -52,7 +52,7 @@ * When we die, we re-parent all our children, and try to: --- a/kernel/sched/core.c +++ b/kernel/sched/core.c -@@ -2874,6 +2874,7 @@ int can_nice(const struct task_struct *p +@@ -2896,6 +2896,7 @@ int can_nice(const struct task_struct *p return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) || capable(CAP_SYS_NICE)); } |