Re: [patch V2 08/10] timer: Implement the hierarchical pull model

From: Peter Zijlstra
Date: Wed Apr 19 2017 - 03:38:14 EST


On Tue, Apr 18, 2017 at 01:11:10PM +0200, Thomas Gleixner wrote:
> +struct tmigr_cpu {
> + raw_spinlock_t lock;
> + bool online;
> + struct tmigr_event cpuevt;
> + struct tmigr_group *tmgroup;
> +};

My pet hatred; bool in composite types.