Changeset 7f0837c in mainline for generic/src/main/main.c


Ignore:
Timestamp:
2006-04-24T12:59:11Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fd8af4b
Parents:
24f3874
Message:

Remove the outdated TODO file.
Improve doxygen comments here and there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/main/main.c

    r24f3874 r7f0837c  
    9696#define CONFIG_STACK_SIZE       ((1<<STACK_FRAMES)*STACK_SIZE)
    9797
    98 /** Bootstrap CPU main kernel routine
     98/** Main kernel routine for bootstrap CPU.
    9999 *
    100100 * Initializes the kernel by bootstrap CPU.
     
    138138
    139139
    140 /** Bootstrap CPU main kernel routine stack wrapper
     140/** Main kernel routine for bootstrap CPU using new stack.
    141141 *
    142142 * Second part of main_bsp().
     
    225225
    226226#ifdef CONFIG_SMP
    227 /** Application CPUs main kernel routine
     227/** Main kernel routine for application CPUs.
    228228 *
    229229 * Executed by application processors, temporary stack
     
    276276
    277277
    278 /** Application CPUs main kernel routine stack wrapper
     278/** Main kernel routine for application CPUs using new stack.
    279279 *
    280280 * Second part of main_ap().
Note: See TracChangeset for help on using the changeset viewer.