summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-3.9/950-vm_exports.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2013-04-15 16:10:01 +0000
committerImre Kaloz <kaloz@openwrt.org>2013-04-15 16:10:01 +0000
commit57b68daee99c96fd122bb7e9b39e9065f00376cc (patch)
treefc0fc12af33e1aa65d5a8b3a0e227183dc09b5f5 /target/linux/generic/patches-3.9/950-vm_exports.patch
parent25ffe0446cba3244f2c94f91b170b69ac86962e1 (diff)
downloadmtk-20170518-57b68daee99c96fd122bb7e9b39e9065f00376cc.zip
mtk-20170518-57b68daee99c96fd122bb7e9b39e9065f00376cc.tar.gz
mtk-20170518-57b68daee99c96fd122bb7e9b39e9065f00376cc.tar.bz2
refresh against -rc7
SVN-Revision: 36340
Diffstat (limited to 'target/linux/generic/patches-3.9/950-vm_exports.patch')
-rw-r--r--target/linux/generic/patches-3.9/950-vm_exports.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.9/950-vm_exports.patch b/target/linux/generic/patches-3.9/950-vm_exports.patch
index 4432184..ab1e0a6 100644
--- a/target/linux/generic/patches-3.9/950-vm_exports.patch
+++ b/target/linux/generic/patches-3.9/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
-@@ -3671,6 +3671,7 @@ int can_nice(const struct task_struct *p
+@@ -3673,6 +3673,7 @@ int can_nice(const struct task_struct *p
return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) ||
capable(CAP_SYS_NICE));
}
@@ -62,7 +62,7 @@
--- a/mm/memory.c
+++ b/mm/memory.c
-@@ -1412,6 +1412,7 @@ void zap_page_range(struct vm_area_struc
+@@ -1413,6 +1413,7 @@ void zap_page_range(struct vm_area_struc
mmu_notifier_invalidate_range_end(mm, start, end);
tlb_finish_mmu(&tlb, start, end);
}