Changeset 328f2934 in mainline for generic/src/cpu
- Timestamp:
- 2005-12-04T19:37:13Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cf585c9
- Parents:
- d7ac642
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/cpu/cpu.c
rd7ac642 r328f2934 61 61 62 62 for (i=0; i < config.cpu_count; i++) { 63 cpus[i].stack = (__u8 *) frame_alloc(FRAME_KA | FRAME_PANIC );63 cpus[i].stack = (__u8 *) frame_alloc(FRAME_KA | FRAME_PANIC,0); 64 64 if (!cpus[i].stack) 65 65 panic("malloc/cpus[%d].stack\n", i);
Note:
See TracChangeset
for help on using the changeset viewer.