Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=23bdd703a585a869f2eb32fb9f66749d0476d71e Commit: 23bdd703a585a869f2eb32fb9f66749d0476d71e Parent: ff80a77f20f811c0cc5b251d0f657cbc6f788385 Author: Ingo Molnar <[EMAIL PROTECTED]> AuthorDate: Mon Jul 9 18:52:00 2007 +0200 Committer: Ingo Molnar <[EMAIL PROTECTED]> CommitDate: Mon Jul 9 18:52:00 2007 +0200
sched: do not set softirqs to nice +19 do not set softirqs to nice +19. _If_ for whatever reason we missed to process some high-prio softirq and woke up ksoftirqd, we should give it a fair chance to actually get some work done, even if the system is under load. Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]> --- kernel/softirq.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/kernel/softirq.c b/kernel/softirq.c index 0b9886a..73217a9 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c @@ -488,7 +488,6 @@ void __init softirq_init(void) static int ksoftirqd(void * __bind_cpu) { - set_user_nice(current, 19); current->flags |= PF_NOFREEZE; set_current_state(TASK_INTERRUPTIBLE); - To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html