Viresh Kumar writes:
> On 31 March 2014 21:26, Kevin Hilman wrote:
>> Viresh Kumar writes:
>>> + if (is_pinned) {
>>> + pr_warn("%s: can't migrate pinned timer: %p, removing
>>> it\n",
>>> + __func__, timer);
>>
>> printk mess
On 31 March 2014 21:26, Kevin Hilman wrote:
> Viresh Kumar writes:
>> + if (is_pinned) {
>> + pr_warn("%s: can't migrate pinned timer: %p, removing
>> it\n",
>> + __func__, timer);
>
> printk message will be confusing: removing
Viresh Kumar writes:
> migrate_timer() is called when a CPU goes down and its timers are required to
> be
> migrated to some other CPU. Its the responsibility of the users of the timer
> to
> remove it before control reaches to migrate_timers().
>
> As these were the pinned timers, the best we
migrate_timer() is called when a CPU goes down and its timers are required to be
migrated to some other CPU. Its the responsibility of the users of the timer to
remove it before control reaches to migrate_timers().
As these were the pinned timers, the best we can do is: don't migrate these and
rep
4 matches
Mail list logo