Re: [PATCH 4/5] kern: reduce the size of struct task

2014-01-02 Thread Samuel Thibault
Justus Winter, le Thu 02 Jan 2014 20:02:45 +0100, a écrit : > * kern/task.h (struct task): Reduce the size of struct task by > 2 * sizeof boolean_t by using a bit field for the boolean flags. Ack. > --- > kern/task.h | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git

[PATCH 4/5] kern: reduce the size of struct task

2014-01-02 Thread Justus Winter
* kern/task.h (struct task): Reduce the size of struct task by 2 * sizeof boolean_t by using a bit field for the boolean flags. --- kern/task.h | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/kern/task.h b/kern/task.h index 9bfea57..e852033 100644 --- a/kern/task.h +++