On Tuesday 20 December 2016 01:01 PM, Balbir Singh wrote:
<snip>+/* + * flags for paca->soft_enabled + */ +#define IRQ_DISABLE_MASK_NONE 1 +#define IRQ_DISABLE_MASK_LINUX 0 +Isn't one just the complement of the other?
Yes. But these are initial cleanup patchs and in subsequent patches we will reuse these as mask bits instead of flag. Maddy
Balbir