Changeset 11b285d in mainline for kernel/generic/src/cpu/cpu.c
- Timestamp:
- 2018-05-13T15:19:32Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ad896eb
- Parents:
- 13db2044
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-05-13 14:59:01)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-05-13 15:19:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/cpu/cpu.c
r13db2044 r11b285d 65 65 #endif /* CONFIG_SMP */ 66 66 67 cpus = (cpu_t *) malloc(sizeof(cpu_t) * config.cpu_count, 68 FRAME_ATOMIC); 67 cpus = (cpu_t *) malloc(sizeof(cpu_t) * config.cpu_count); 69 68 if (!cpus) 70 69 panic("Cannot allocate CPU structures.");
Note:
See TracChangeset
for help on using the changeset viewer.