Re: [PATCH 1/3] clocksource: drivers: set clockevent device cpumask to cpu_possible_mask

2018-07-13 Thread Thomas Gleixner
On Wed, 11 Jul 2018, Daniel Lezcano wrote: > On 11/07/2018 15:42, Sudeep Holla wrote: > > Hi Daniel, > > > > On 11/07/18 12:36, Daniel Lezcano wrote: > >> On 11/07/2018 13:24, Sudeep Holla wrote: > >>> Currently, quite a few clockevent devices have cpumask set to > >>> cpu_all_mask which should b

Re: [PATCH 1/3] clocksource: drivers: set clockevent device cpumask to cpu_possible_mask

2018-07-11 Thread Daniel Lezcano
On 11/07/2018 15:42, Sudeep Holla wrote: > Hi Daniel, > > On 11/07/18 12:36, Daniel Lezcano wrote: >> On 11/07/2018 13:24, Sudeep Holla wrote: >>> Currently, quite a few clockevent devices have cpumask set to >>> cpu_all_mask which should be fine. However, cpu_possible_mask is more >>> accurate an

Re: [PATCH 1/3] clocksource: drivers: set clockevent device cpumask to cpu_possible_mask

2018-07-11 Thread Sudeep Holla
Hi Daniel, On 11/07/18 12:36, Daniel Lezcano wrote: > On 11/07/2018 13:24, Sudeep Holla wrote: >> Currently, quite a few clockevent devices have cpumask set to >> cpu_all_mask which should be fine. However, cpu_possible_mask is more >> accurate and if there are any other clockevent devices in the

Re: [PATCH 1/3] clocksource: drivers: set clockevent device cpumask to cpu_possible_mask

2018-07-11 Thread Daniel Lezcano
On 11/07/2018 13:24, Sudeep Holla wrote: > Currently, quite a few clockevent devices have cpumask set to > cpu_all_mask which should be fine. However, cpu_possible_mask is more > accurate and if there are any other clockevent devices in the system > which have cpumask set to cpu_possible_mask, then

[PATCH 1/3] clocksource: drivers: set clockevent device cpumask to cpu_possible_mask

2018-07-11 Thread Sudeep Holla
Currently, quite a few clockevent devices have cpumask set to cpu_all_mask which should be fine. However, cpu_possible_mask is more accurate and if there are any other clockevent devices in the system which have cpumask set to cpu_possible_mask, then having cpu_all_mask may result in issues (mostly