Changeset 673104e in mainline for src/cpu/cpu.c
- Timestamp:
- 2005-06-03T15:10:05Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d1a184f
- Parents:
- 70527f1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/cpu/cpu.c
r70527f1 r673104e 44 44 cpu_t *cpus; 45 45 46 47 /** Initialize CPUs 48 * 49 * Initialize kernel CPUs support. 50 * 51 */ 46 52 void cpu_init(void) { 47 53 int i, j;
Note:
See TracChangeset
for help on using the changeset viewer.