diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-06-14 09:45:26 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-06-14 09:45:26 +0000 |
commit | 567b6d1a271d901aa381e70b2060bacfbc51bd50 (patch) | |
tree | 8aa45ae425a947b20405494803a5903698df73fc /target/linux/generic-2.6/patches-2.6.28/980-vm_exports.patch | |
parent | b63576359d0c3bc56b9b1326217b9a8ee318c3fb (diff) | |
download | mtk-20170518-567b6d1a271d901aa381e70b2060bacfbc51bd50.zip mtk-20170518-567b6d1a271d901aa381e70b2060bacfbc51bd50.tar.gz mtk-20170518-567b6d1a271d901aa381e70b2060bacfbc51bd50.tar.bz2 |
refresh patches
SVN-Revision: 16444
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)); } |