refresh against -rc7

SVN-Revision: 36340
This commit is contained in:
Imre Kaloz
2013-04-15 16:10:01 +00:00
parent 25ffe0446c
commit 57b68daee9
7 changed files with 9 additions and 9 deletions

View File

@@ -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);
}