summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/cpu.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/kernel/cpu.H')
-rw-r--r--src/include/kernel/cpu.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/kernel/cpu.H b/src/include/kernel/cpu.H
index b6fe66ef2..e395b2920 100644
--- a/src/include/kernel/cpu.H
+++ b/src/include/kernel/cpu.H
@@ -75,6 +75,9 @@ struct cpu_t
*/
void* scheduler_extra;
+ /** Location for task delay-list, managed by TimeManager. */
+ void* delay_list;
+
/** Pointer to the idle task for this CPU */
task_t* idle_task;
OpenPOWER on IntegriCloud