summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.32/980-vm_exports.patch
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-04-28 09:26:19 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-04-28 09:26:19 +0000
commitee7569f3e5282c1cca047f55ef6bf22183cdce87 (patch)
treef5fe96dbf5503a764432cdc1945abaa4f2a6c243 /target/linux/generic-2.6/patches-2.6.32/980-vm_exports.patch
parentcdd44e7984e86ef62b87229700533f571a1d9dff (diff)
downloadmaster-31e0f0ae-ee7569f3e5282c1cca047f55ef6bf22183cdce87.tar.gz
master-31e0f0ae-ee7569f3e5282c1cca047f55ef6bf22183cdce87.tar.bz2
master-31e0f0ae-ee7569f3e5282c1cca047f55ef6bf22183cdce87.zip
refresh kernel patches
SVN-Revision: 21217
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.32/980-vm_exports.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.32/980-vm_exports.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.32/980-vm_exports.patch b/target/linux/generic-2.6/patches-2.6.32/980-vm_exports.patch
index 616bb2d54b..c226ac7bf1 100644
--- a/target/linux/generic-2.6/patches-2.6.32/980-vm_exports.patch
+++ b/target/linux/generic-2.6/patches-2.6.32/980-vm_exports.patch
@@ -68,7 +68,7 @@
* macro override instead of weak attribute alias, to workaround
--- a/kernel/sched.c
+++ b/kernel/sched.c
-@@ -6105,6 +6105,7 @@ int can_nice(const struct task_struct *p
+@@ -6113,6 +6113,7 @@ int can_nice(const struct task_struct *p
return (nice_rlim <= p->signal->rlim[RLIMIT_NICE].rlim_cur ||
capable(CAP_SYS_NICE));
}