We want to be able to associate an assignment of cache colors to each
domain. Add a configurable-length array containing a set of color
indices in the domain data.
Signed-off-by: Luca Miccio <206497@studenti.unimore.it>
Signed-off-by: Marco Solieri <marco.solieri@unimore.it>
atomic_t shr_pages; /* number of shared pages */
atomic_t paged_pages; /* number of paged-out pages */
+ /* Coloring. */
+ uint32_t *colors;
+ unsigned int max_colors;
+
/* Scheduling. */
void *sched_priv; /* scheduler-specific data */
struct sched_unit *sched_unit_list;