mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
top: Changed CPU configuration to work with topology used by blinktree.
This commit is contained in:
@@ -68,7 +68,7 @@ struct Trace_subject_registry
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
enum { MAX_CPUS_X = 16, MAX_CPUS_Y = 4, MAX_ELEMENTS_PER_CPU = 6};
|
||||
enum { MAX_CPUS_X = 64, MAX_CPUS_Y = 1, MAX_ELEMENTS_PER_CPU = 6};
|
||||
|
||||
/* accumulated execution time on all CPUs */
|
||||
unsigned long long total_first [MAX_CPUS_X][MAX_CPUS_Y];
|
||||
|
||||
Reference in New Issue
Block a user