Changeset e8471b9 in mainline for kernel/test/synch/workq-test-core.h


Ignore:
Timestamp:
2012-07-12T17:01:20Z (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:
e25eb9e3
Parents:
c14762e
Message:

smpcall: Fixed to compile for amd64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/synch/workq-test-core.h

    rc14762e re8471b9  
    190190        for (int i = 0; i < WAVES; ++i) {
    191191                if (atomic_get(&call_cnt[i]) == exp_call_cnt) {
    192                         TPRINTF("Ok: %u calls in wave %d, as expected.\n",
     192                        TPRINTF("Ok: %" PRIua " calls in wave %d, as expected.\n",
    193193                                atomic_get(&call_cnt[i]), i);
    194194                } else {
    195195                        success = false;
    196                         TPRINTF("Error: %u calls in wave %d, but %zu expected.\n",
     196                        TPRINTF("Error: %" PRIua " calls in wave %d, but %zu expected.\n",
    197197                                atomic_get(&call_cnt[i]), i, exp_call_cnt);
    198198                }
Note: See TracChangeset for help on using the changeset viewer.