Changeset 7e13972 in mainline for kernel/test/mm/falloc1.c
- Timestamp:
- 2006-12-12T18:51:06Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cce6acf
- Parents:
- 96348adc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/mm/falloc1.c
r96348adc r7e13972 47 47 int i, order, run; 48 48 int allocated; 49 50 ASSERT(TEST_RUNS > 1); 49 50 if (TEST_RUNS < 2) 51 return "Test is compiled with TEST_RUNS < 2"; 52 51 53 if (frames == NULL) 52 54 return "Unable to allocate frames";
Note:
See TracChangeset
for help on using the changeset viewer.