Changeset 205832b in mainline for kernel/test/smpcall/smpcall1.c


Ignore:
Timestamp:
2012-11-05T15:37:39Z (12 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f048658
Parents:
6b99156
Message:

Replaced 0 with NULL where appropriate (in rcu, cht, uspace hashtable, smp_call, workqueue).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/smpcall/smpcall1.c

    r6b99156 r205832b  
    8585        /* Number of received calls that were sent by cpu[i]. */
    8686        size_t call_cnt[MAX_CPUS] = {0};
    87         thread_t *thread[MAX_CPUS] = {0};
     87        thread_t *thread[MAX_CPUS] = { NULL };
    8888       
    8989        unsigned int cpu_count = min(config.cpu_active, MAX_CPUS);
Note: See TracChangeset for help on using the changeset viewer.