Ignore:
Timestamp:
2018-05-17T08:29:01Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ff23ff
Parents:
fac0ac7
git-author:
Jiri Svoboda <jiri@…> (2018-05-16 17:28:17)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-17 08:29:01)
Message:

Fix block comment formatting (ccheck).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/smp/sun4v/smp.c

    rfac0ac7 r7c3fb9b  
    191191
    192192                /*
    193                  * if failed in previous CPUs, don't try
    194                  * to detect physical cores any more
    195                  */
     193                 * if failed in previous CPUs, don't try
     194                 * to detect physical cores any more
     195                 */
    196196                if (exec_unit_assign_error)
    197197                        continue;
     
    250250                            exec_units[i].strand_count : max_core_strands;
    251251
    252                 /* detecting execution unit failed */
     252                        /* detecting execution unit failed */
    253253                } else {
    254254                        exec_unit_assign_error = 1;
     
    260260
    261261        /*
    262          * A fallback code which will be executed if finding out which
    263          * execution units belong to particular CPUs fails. Pretend there
    264          * exists just one execution unit and all CPUs belong to it.
    265          */
     262         * A fallback code which will be executed if finding out which
     263         * execution units belong to particular CPUs fails. Pretend there
     264         * exists just one execution unit and all CPUs belong to it.
     265         */
    266266        if (exec_unit_assign_error) {
    267267                bsp_exec_unit_index = 0;
     
    288288
    289289        /*
    290          * Reorder the execution units array elements and the cpuid array
    291          * elements so that the BSP will always be the very first CPU of
    292          * the very first execution unit.
    293          */
     290         * Reorder the execution units array elements and the cpuid array
     291         * elements so that the BSP will always be the very first CPU of
     292         * the very first execution unit.
     293         */
    294294        exec_unit_t temp_exec_unit = exec_units[0];
    295295        exec_units[0] = exec_units[bsp_exec_unit_index];
Note: See TracChangeset for help on using the changeset viewer.