diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-05-04 10:37:48 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-05-04 10:37:48 +0000 |
commit | a3b32c41dff39c83e27a88e0ff9c21f5c0c79c93 (patch) | |
tree | 8d5788eef5a57dd932f03b8d75838c2fa5a68d51 /target/linux/generic-2.6/patches-2.6.28/980-vm_exports.patch | |
parent | 4bead4bb96acadf48a6cc10f045b8c7e9f165da7 (diff) | |
download | mtk-20170518-a3b32c41dff39c83e27a88e0ff9c21f5c0c79c93.zip mtk-20170518-a3b32c41dff39c83e27a88e0ff9c21f5c0c79c93.tar.gz mtk-20170518-a3b32c41dff39c83e27a88e0ff9c21f5c0c79c93.tar.bz2 |
refresh generic 2.6.28 patches
SVN-Revision: 15578
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.28/980-vm_exports.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.28/980-vm_exports.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.28/980-vm_exports.patch b/target/linux/generic-2.6/patches-2.6.28/980-vm_exports.patch index 8168742..023bf29 100644 --- a/target/linux/generic-2.6/patches-2.6.28/980-vm_exports.patch +++ b/target/linux/generic-2.6/patches-2.6.28/980-vm_exports.patch @@ -67,7 +67,7 @@ * macro override instead of weak attribute alias, to workaround --- a/kernel/sched.c +++ b/kernel/sched.c -@@ -5015,6 +5015,7 @@ int can_nice(const struct task_struct *p +@@ -5064,6 +5064,7 @@ int can_nice(const struct task_struct *p return (nice_rlim <= p->signal->rlim[RLIMIT_NICE].rlim_cur || capable(CAP_SYS_NICE)); } |