Changeset 562 for trunk/kernel/kern/cluster.h
- Timestamp:
- Sep 21, 2018, 10:27:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/cluster.h
r561 r562 105 105 uint32_t x_size; /*! number of clusters in a row (can be 1) */ 106 106 uint32_t y_size; /*! number of clusters in a column (can be 1) */ 107 uint32_t x_max; // [FIXME]108 uint32_t y_max; // [FIXME]109 107 uint32_t cluster_info[CONFIG_MAX_CLUSTERS_X][CONFIG_MAX_CLUSTERS_Y]; 110 108 cxy_t io_cxy; /*! io cluster identifier */
Note: See TracChangeset
for help on using the changeset viewer.