X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Documentation%2Fdriver-api%2Fpm%2Fdevices.rst;h=b5d7d4948e933b0be10ad6e66bd68b6d6f023dc7;hb=05d658b5b57214944067fb4f62bce59200bf496f;hp=4a18ef9997c0d00ca5ef96ac70a2e66be4acf360;hpb=2dd9789c76ffde05d5f4c56f45c3cb71b3936694;p=linux diff --git a/Documentation/driver-api/pm/devices.rst b/Documentation/driver-api/pm/devices.rst index 4a18ef9997c0..b5d7d4948e93 100644 --- a/Documentation/driver-api/pm/devices.rst +++ b/Documentation/driver-api/pm/devices.rst @@ -274,7 +274,7 @@ sleep states and the hibernation state ("suspend-to-disk"). Each phase involves executing callbacks for every device before the next phase begins. Not all buses or classes support all these callbacks and not all drivers use all the callbacks. The various phases always run after tasks have been frozen and -before they are unfrozen. Furthermore, the ``*_noirq phases`` run at a time +before they are unfrozen. Furthermore, the ``*_noirq`` phases run at a time when IRQ handlers have been disabled (except for those marked with the IRQF_NO_SUSPEND flag).