Changeset 205832b in mainline for kernel/test/smpcall/smpcall1.c
- Timestamp:
- 2012-11-05T15:37:39Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f048658
- Parents:
- 6b99156
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/smpcall/smpcall1.c
r6b99156 r205832b 85 85 /* Number of received calls that were sent by cpu[i]. */ 86 86 size_t call_cnt[MAX_CPUS] = {0}; 87 thread_t *thread[MAX_CPUS] = { 0};87 thread_t *thread[MAX_CPUS] = { NULL }; 88 88 89 89 unsigned int cpu_count = min(config.cpu_active, MAX_CPUS);
Note:
See TracChangeset
for help on using the changeset viewer.