Changeset 7f0837c in mainline for generic/src/main/main.c
- Timestamp:
- 2006-04-24T12:59:11Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fd8af4b
- Parents:
- 24f3874
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/main/main.c
r24f3874 r7f0837c 96 96 #define CONFIG_STACK_SIZE ((1<<STACK_FRAMES)*STACK_SIZE) 97 97 98 /** Bootstrap CPU main kernel routine98 /** Main kernel routine for bootstrap CPU. 99 99 * 100 100 * Initializes the kernel by bootstrap CPU. … … 138 138 139 139 140 /** Bootstrap CPU main kernel routine stack wrapper140 /** Main kernel routine for bootstrap CPU using new stack. 141 141 * 142 142 * Second part of main_bsp(). … … 225 225 226 226 #ifdef CONFIG_SMP 227 /** Application CPUs main kernel routine227 /** Main kernel routine for application CPUs. 228 228 * 229 229 * Executed by application processors, temporary stack … … 276 276 277 277 278 /** Application CPUs main kernel routine stack wrapper278 /** Main kernel routine for application CPUs using new stack. 279 279 * 280 280 * Second part of main_ap().
Note:
See TracChangeset
for help on using the changeset viewer.