Changeset e8471b9 in mainline for kernel/test/smpcall/smpcall1.c


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/smpcall/smpcall1.c

    rc14762e re8471b9  
    134134                        if (call_cnt[i] != exp_calls) {
    135135                                ok = false;
    136                                 TPRINTF("Error: %zu instead of %zu cpu%u's calls were"
     136                                TPRINTF("Error: %zu instead of %zu cpu%zu's calls were"
    137137                                        " acknowledged.\n", call_cnt[i], exp_calls, i);
    138138                        }
Note: See TracChangeset for help on using the changeset viewer.