Changes in / [90a8125:fc134a48]
- File:
-
- 1 edited
-
libcfa/src/concurrency/io/setup.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/setup.cfa
r90a8125 rfc134a48 138 138 __u32 nentries = params_in.num_entries != 0 ? params_in.num_entries : 256; 139 139 if( !is_pow2(nentries) ) { 140 abort("ERROR: I/O setup 'num_entries' must be a power of 2 , was %u\n", nentries);140 abort("ERROR: I/O setup 'num_entries' must be a power of 2\n"); 141 141 } 142 142
Note:
See TracChangeset
for help on using the changeset viewer.