From: Liu, Chuansheng Date: Tue, 18 Feb 2014 02:28:45 +0000 (+0800) Subject: PM / sleep: Asynchronous threads for resume_noirq X-Git-Tag: v3.15-rc1~151^2~4^3~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76569faa62c46382e080c3e190c66e19515aae1c;p=pandora-kernel.git PM / sleep: Asynchronous threads for resume_noirq In analogy with commits 5af84b82701a and 97df8c12995, using asynchronous threads can improve the overall resume_noirq time significantly. One typical case is: In resume_noirq phase and for the PCI devices, the function pci_pm_resume_noirq() will be called, and there is one d3_delay (10ms) at least. With the way of asynchronous threads, we just need wait d3_delay time once in parallel for each calling, which saves much time to resume quickly. Signed-off-by: Chuansheng Liu Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed