[PATCH 00/10] softirq: Consolidate and optimize softirq mask v2

2018-03-30 Thread Frederic Weisbecker
Only the last patch has changed since v1 to integrate review from peterz. Quote from the v1 summary: The softirq mask and its accessors/mutators have many implementations scattered around many architectures. Most do the same things consisting in a field in a per-cpu struct (often irq_cpustat_t)

[PATCH 00/10] softirq: Consolidate and optimize softirq mask v2

2018-03-30 Thread Frederic Weisbecker
Only the last patch has changed since v1 to integrate review from peterz. Quote from the v1 summary: The softirq mask and its accessors/mutators have many implementations scattered around many architectures. Most do the same things consisting in a field in a per-cpu struct (often irq_cpustat_t)