diff options
-rw-r--r-- | arch/mips64/sgi-ip27/ip27-init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips64/sgi-ip27/ip27-init.c b/arch/mips64/sgi-ip27/ip27-init.c index 07b084b0b..e169800ae 100644 --- a/arch/mips64/sgi-ip27/ip27-init.c +++ b/arch/mips64/sgi-ip27/ip27-init.c @@ -424,6 +424,7 @@ void allowboot(void) */ kernel_thread(0, NULL, CLONE_PID); p = init_task.prev_task; + sprintf(p->comm, "%s%d", "Idle", num_cpus); init_tasks[num_cpus] = p; p->processor = num_cpus; p->has_cpu = 1; /* we schedule the first task manually */ |