Re: [patch v6 1/7] genirq/affinity: Code consolidation

2019-02-17 Thread Ming Lei
On Sat, Feb 16, 2019 at 06:13:07PM +0100, Thomas Gleixner wrote: > All information and calculations in the interrupt affinity spreading code > is strictly unsigned int. Though the code uses int all over the place. > > Convert it over to unsigned int. > > Signed-off-by: Thomas Gleixner > --- > i

[patch v6 1/7] genirq/affinity: Code consolidation

2019-02-16 Thread Thomas Gleixner
All information and calculations in the interrupt affinity spreading code is strictly unsigned int. Though the code uses int all over the place. Convert it over to unsigned int. Signed-off-by: Thomas Gleixner --- include/linux/interrupt.h | 20 +--- kernel/irq/affinity.c | 5