sched: fix, always create kernel threads with normal priority
authorMichal Schmidt <mschmidt@redhat.com>
Fri, 25 Jan 2008 20:08:33 +0000 (21:08 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 25 Jan 2008 20:08:33 +0000 (21:08 +0100)
commit4f05b98d54b140ed3c5851d5d5156e9918c6305d
treef12f09c1e54e72adf4724b94733cb5b08e0879f7
parent1ad82fd547c716f96e544b477e0bdbfa2d647529
sched: fix, always create kernel threads with normal priority

Ensure that the kernel threads are created with the usual nice level
and affinity even if kthreadd's properties were changed from the
default by root.

Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/kthread.c