summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/kernel/task.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/kernel/task.H b/src/include/kernel/task.H
index f9ceab994..d41172bd9 100644
--- a/src/include/kernel/task.H
+++ b/src/include/kernel/task.H
@@ -103,7 +103,7 @@ struct task_t
uint64_t affinity_pinned;
/** State of task */
- task_states state;
+ task_states state:8;
/** Extra info about the state.
* This is used when the task is blocked to give a pointer to the
* object the task is blocked on. */
OpenPOWER on IntegriCloud