1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

linux: generic: refresh patches for 3.1-rc10

Hopefully the last one and identical to final.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28492 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jogo
2011-10-20 10:32:44 +00:00
parent 9f31575886
commit ad05c99253
11 changed files with 22 additions and 22 deletions

View File

@@ -61,7 +61,7 @@
{
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -4967,6 +4967,7 @@ int can_nice(const struct task_struct *p
@@ -4953,6 +4953,7 @@ int can_nice(const struct task_struct *p
return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) ||
capable(CAP_SYS_NICE));
}