Changeset 562 for trunk/kernel/kern/cluster.c
- Timestamp:
- Sep 21, 2018, 10:27:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/cluster.c
r561 r562 72 72 cluster->x_size = info->x_size; 73 73 cluster->y_size = info->y_size; 74 cluster->x_max = info->x_max; // [FIXME]75 cluster->y_max = info->y_max; // [FIXME]76 74 cluster->io_cxy = info->io_cxy; 77 75 … … 109 107 110 108 // initialises DQDT 111 cluster->dqdt_root_level = dqdt_init( info->x_ max, // [FIXME]112 info->y_ max, // [FIXME]109 cluster->dqdt_root_level = dqdt_init( info->x_size, 110 info->y_size, 113 111 info->y_width ) - 1; 114 112
Note: See TracChangeset
for help on using the changeset viewer.