Ignore:
Timestamp:
Sep 21, 2018, 10:27:06 PM (6 years ago)
Author:
nicolas.van.phan@…
Message:

Disable DQDT and remove y_max FOR GOOD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/cluster.h

    r561 r562  
    105105        uint32_t        x_size;            /*! number of clusters in a row    (can be 1)      */
    106106        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]
    109107    uint32_t        cluster_info[CONFIG_MAX_CLUSTERS_X][CONFIG_MAX_CLUSTERS_Y];
    110108        cxy_t           io_cxy;            /*! io cluster identifier                          */
Note: See TracChangeset for help on using the changeset viewer.