Changeset 6c441cf8 in mainline for kernel/test/mm/falloc2.c


Ignore:
Timestamp:
2008-02-27T11:49:17Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
56976a17
Parents:
fdb7795
Message:

code cleanup (mostly signed/unsigned)
allow extra compiler warnings

File:
1 edited

Legend:

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

    rfdb7795 r6c441cf8  
    8989                       
    9090                        for (i = 0; i < allocated; i++) {
    91                                 for (k = 0; k <= ((FRAME_SIZE << order) - 1); k++) {
     91                                for (k = 0; k <= (((index_t) FRAME_SIZE << order) - 1); k++) {
    9292                                        if (((uint8_t *) frames[i])[k] != val) {
    9393                                                if (!sh_quiet)
Note: See TracChangeset for help on using the changeset viewer.