kernel/3.10: add new Kconfig option for firmware partition split
[oweals/openwrt.git] / target / linux / generic / patches-3.10 / 950-vm_exports.patch
index 1159b8810fcb89d63bb9589026550423b7ce1c22..c19c3320af04b75d0c9a4d431e065eb2ffe93c6c 100644 (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
-@@ -3694,6 +3694,7 @@ int can_nice(const struct task_struct *p
+@@ -3707,6 +3707,7 @@ int can_nice(const struct task_struct *p
        return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) ||
                capable(CAP_SYS_NICE));
  }