Changeset 4e33b6b in mainline for kernel/generic/src/cpu/cpu.c


Ignore:
Timestamp:
2007-01-07T14:44:33Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d78d603
Parents:
c109dd0
Message:

More formatting changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/cpu/cpu.c

    rc109dd0 r4e33b6b  
    6060        int i, j;
    6161       
    62         #ifdef CONFIG_SMP
     62#ifdef CONFIG_SMP
    6363        if (config.cpu_active == 1) {
    64         #endif /* CONFIG_SMP */
     64#endif /* CONFIG_SMP */
    6565                cpus = (cpu_t *) malloc(sizeof(cpu_t) * config.cpu_count,
    6666                                        FRAME_ATOMIC);
     
    8484                }
    8585               
    86         #ifdef CONFIG_SMP
     86#ifdef CONFIG_SMP
    8787        }
    88         #endif /* CONFIG_SMP */
     88#endif /* CONFIG_SMP */
    8989
    9090        CPU = &cpus[config.cpu_active-1];
Note: See TracChangeset for help on using the changeset viewer.