kernel: use -ffunction-sections, -fdata-sections and --gc-sections on mips
[openwrt/staging/yousong.git] / target / linux / generic / patches-3.8 / 950-vm_exports.patch
index c1819b1b88e1c2154d1b6664163b134b8ccc9e59..aae62f23805fe257ae0d40f466210a80c6a75334 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
-@@ -3633,6 +3633,7 @@ int can_nice(const struct task_struct *p
+@@ -3634,6 +3634,7 @@ int can_nice(const struct task_struct *p
        return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) ||
                capable(CAP_SYS_NICE));
  }