X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/554266a19e43960977bb85b440c15fdebee76241..7a2322730e12e446d203a30cd92f7138d8043e68:/target/linux/generic-2.6/patches-2.6.33/980-vm_exports.patch diff --git a/target/linux/generic-2.6/patches-2.6.33/980-vm_exports.patch b/target/linux/generic-2.6/patches-2.6.33/980-vm_exports.patch index 39b22150b..2c3a55201 100644 --- a/target/linux/generic-2.6/patches-2.6.33/980-vm_exports.patch +++ b/target/linux/generic-2.6/patches-2.6.33/980-vm_exports.patch @@ -76,7 +76,7 @@ * macro override instead of weak attribute alias, to workaround --- a/kernel/sched.c +++ b/kernel/sched.c -@@ -6149,6 +6149,7 @@ int can_nice(const struct task_struct *p +@@ -6171,6 +6171,7 @@ int can_nice(const struct task_struct *p return (nice_rlim <= p->signal->rlim[RLIMIT_NICE].rlim_cur || capable(CAP_SYS_NICE)); }