Changeset 673104e in mainline for src/cpu/cpu.c


Ignore:
Timestamp:
2005-06-03T15:10:05Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d1a184f
Parents:
70527f1
Message:

doxygen-style comments
NDEBUG in Makefile.config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/cpu/cpu.c

    r70527f1 r673104e  
    4444cpu_t *cpus;
    4545
     46
     47/** Initialize CPUs
     48 *
     49 * Initialize kernel CPUs support.
     50 *
     51 */
    4652void cpu_init(void) {
    4753        int i, j;
Note: See TracChangeset for help on using the changeset viewer.