Re: [PATCH v1 2/3] firmware: coreboot: loader for Linux-owned SMI handler
From: Michal Gorlas
Date: Tue Jun 17 2025 - 07:39:57 EST
On Mon, Jun 16, 2025 at 11:07:57AM -0700, Brian Norris wrote:
> I must have either misread or misremembered checkpatch's behavior.
> Possibly both. It has various other delay-realted warnings that point
> you at the kerneldoc comments for mdelay() and msleep() though, and the
> mdelay() comments say:
>
> * Please double check, whether mdelay() is the right way to go or whether a
> * refactoring of the code is the better variant to be able to use msleep()
> * instead.
Okay, will check if msleep() has the same effects in case SMI takes too
long.
Best,
Michal