Annotate call to DELAY() in interrupt storm mitigation as being

something to revisit.

Approved by:	re (scottl)
This commit is contained in:
Robert Watson 2004-08-17 04:09:09 +00:00
parent d3f39a7438
commit 2cfe973b62

View File

@ -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);