Annotate call to DELAY() in interrupt storm mitigation as being
something to revisit. Approved by: re (scottl)
This commit is contained in:
parent
d3f39a7438
commit
2cfe973b62
@ -556,6 +556,9 @@ restart:
|
||||
* on some machines, but we don't
|
||||
* want to always delay, so only delay
|
||||
* while warming up.
|
||||
*
|
||||
* XXXRW: Calling DELAY() in the interrupt
|
||||
* path surely needs to be revisited.
|
||||
*/
|
||||
if (warming != 0) {
|
||||
DELAY(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user