diff options
| author | David Mosberger <davidm@tiger.hpl.hp.com> | 2002-08-12 01:34:06 -0700 |
|---|---|---|
| committer | David Mosberger <davidm@wailua.hpl.hp.com> | 2002-08-12 01:34:06 -0700 |
| commit | 5c8ee10d993dfc8b12d6ff54525c8b7e67bbc317 (patch) | |
| tree | cfe01d817d678025dd0d13516131780a4ce95f38 | |
| parent | 5f51b84285475f06c18579faeb0e050c9e536cf6 (diff) | |
ia64: Minor formatting fixes.
| -rw-r--r-- | arch/ia64/kernel/smpboot.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/arch/ia64/kernel/smpboot.c b/arch/ia64/kernel/smpboot.c index 5135836f5326..18140169e8da 100644 --- a/arch/ia64/kernel/smpboot.c +++ b/arch/ia64/kernel/smpboot.c @@ -358,8 +358,8 @@ static struct task_struct * __init fork_by_hand (void) { /* - * don't care about the eip and regs settings since - * we'll never reschedule the forked task. + * don't care about the eip and regs settings since we'll never reschedule the + * forked task. */ return do_fork(CLONE_VM|CLONE_IDLETASK, 0, 0, 0); } @@ -371,8 +371,7 @@ do_boot_cpu (int sapicid, int cpu) int timeout; /* - * We can't use kernel_thread since we must avoid to - * reschedule the child. + * We can't use kernel_thread since we must avoid to reschedule the child. */ idle = fork_by_hand(); if (IS_ERR(idle)) @@ -432,7 +431,7 @@ smp_tune_scheduling (void) * Initialize the logical CPU number to SAPICID mapping */ void __init -smp_build_cpu_map(void) +smp_build_cpu_map (void) { int sapicid, cpu, i; int boot_cpu_id = hard_smp_processor_id(); @@ -492,7 +491,7 @@ smp_prepare_cpus (unsigned int max_cpus) } void -smp_cpus_done(unsigned int dummy) +smp_cpus_done (unsigned int dummy) { int cpu; unsigned long bogosum = 0; |
