From 91718a50f4e50bbd57e64bc36c148d2731b51670 Mon Sep 17 00:00:00 2001 From: kaloz Date: Mon, 15 Apr 2013 16:10:01 +0000 Subject: [generic/3.9]: refresh against -rc7 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36340 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/patches-3.9/950-vm_exports.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic/patches-3.9/950-vm_exports.patch') 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 443218469..ab1e0a685 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); } -- cgit v1.2.3