top: support affinity space height up to 4

Issue #3635
This commit is contained in:
Alexander Boettcher 2020-02-03 16:48:43 +01:00 committed by Norman Feske
parent 2064ffd64b
commit 6f3f46c7ba
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ struct Trace_subject_registry
enum { MAX_SUBJECTS = 1024 };
Genode::Trace::Subject_id _subjects[MAX_SUBJECTS];
enum { MAX_CPUS_X = 16, MAX_CPUS_Y = 1, MAX_ELEMENTS_PER_CPU = 6};
enum { MAX_CPUS_X = 16, MAX_CPUS_Y = 4, MAX_ELEMENTS_PER_CPU = 6};
/* accumulated execution time on all CPUs */
unsigned long long total_first [MAX_CPUS_X][MAX_CPUS_Y];