Changeset cd8ad52 in mainline for kernel/test/mm/slab1.c


Ignore:
Timestamp:
2008-06-03T14:58:05Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b63f8569
Parents:
7ac426e
Message:

proper printf formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/mm/slab1.c

    r7ac426e rcd8ad52  
    138138       
    139139        if (!sh_quiet)
    140                 printf("Starting thread #%llu...\n", THREAD->tid);
     140                printf("Starting thread #%" PRIu64 "...\n", THREAD->tid);
    141141       
    142142        for (j = 0; j < 10; j++) {
     
    152152       
    153153        if (!sh_quiet)
    154                 printf("Thread #%llu finished\n", THREAD->tid);
     154                printf("Thread #" PRIu64 " finished\n", THREAD->tid);
    155155       
    156156        semaphore_up(&thr_sem);
Note: See TracChangeset for help on using the changeset viewer.