Commit 5c8ee10d authored by David Mosberger's avatar David Mosberger Committed by David Mosberger

ia64: Minor formatting fixes.

parent 5f51b842
...@@ -358,8 +358,8 @@ static struct task_struct * __init ...@@ -358,8 +358,8 @@ static struct task_struct * __init
fork_by_hand (void) fork_by_hand (void)
{ {
/* /*
* don't care about the eip and regs settings since * don't care about the eip and regs settings since we'll never reschedule the
* we'll never reschedule the forked task. * forked task.
*/ */
return do_fork(CLONE_VM|CLONE_IDLETASK, 0, 0, 0); return do_fork(CLONE_VM|CLONE_IDLETASK, 0, 0, 0);
} }
...@@ -371,8 +371,7 @@ do_boot_cpu (int sapicid, int cpu) ...@@ -371,8 +371,7 @@ do_boot_cpu (int sapicid, int cpu)
int timeout; int timeout;
/* /*
* We can't use kernel_thread since we must avoid to * We can't use kernel_thread since we must avoid to reschedule the child.
* reschedule the child.
*/ */
idle = fork_by_hand(); idle = fork_by_hand();
if (IS_ERR(idle)) if (IS_ERR(idle))
...@@ -432,7 +431,7 @@ smp_tune_scheduling (void) ...@@ -432,7 +431,7 @@ smp_tune_scheduling (void)
* Initialize the logical CPU number to SAPICID mapping * Initialize the logical CPU number to SAPICID mapping
*/ */
void __init void __init
smp_build_cpu_map(void) smp_build_cpu_map (void)
{ {
int sapicid, cpu, i; int sapicid, cpu, i;
int boot_cpu_id = hard_smp_processor_id(); int boot_cpu_id = hard_smp_processor_id();
...@@ -492,7 +491,7 @@ smp_prepare_cpus (unsigned int max_cpus) ...@@ -492,7 +491,7 @@ smp_prepare_cpus (unsigned int max_cpus)
} }
void void
smp_cpus_done(unsigned int dummy) smp_cpus_done (unsigned int dummy)
{ {
int cpu; int cpu;
unsigned long bogosum = 0; unsigned long bogosum = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment