Re: [PATCH] x86: Convert mce timer to hrtimer

From: Sebastian Andrzej Siewior
Date: Mon May 07 2018 - 05:05:22 EST


On 2018-05-04 13:14:58 [+0200], To linux-kernel@xxxxxxxxxxxxxxx wrote:
> From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
>
> mce_timer is started in atomic contexts of cpu bringup. This results
> in might_sleep() warnings on RT. Convert mce_timer to a hrtimer to
> avoid this.

After an additional review I got to say that this patch can be dropped
as it is no longer required.
Sorry to bother you with this.

Sebastian